Rework logging

This commit is contained in:
Ross MacArthur
2020-10-08 18:35:47 +02:00
parent 1187799127
commit 849f2636c6
3 changed files with 47 additions and 29 deletions
+1 -1
View File
@@ -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",