mirror of
https://github.com/extractions/setup-just
synced 2026-09-14 20:13:55 +00:00
Rework logging
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@
|
||||
"fmt": "node node_modules/.bin/prettier --write **/*.ts",
|
||||
"lint": "node node_modules/.bin/eslint **/*.ts",
|
||||
"build": "rm -rf dist/ && ncc build src/index.ts --minify",
|
||||
"run": "npm run build && node dist/index.js"
|
||||
"run": "npm run build && RUNNER_TOOL_CACHE=./runner/cache RUNNER_TEMP=./runner/temp node dist/index.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user