Update pre/post scripts

This commit is contained in:
willclarktech
2021-05-18 15:15:51 +02:00
parent 3cc41581de
commit 9660971de7
19 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
"lint": "eslint --max-warnings 0 \"**/*.{js,ts}\"",
"lint-fix": "eslint --max-warnings 0 \"**/*.{js,ts}\" --fix",
"prebuild": "shx rm -rf ./build",
"build": "tsc",
"build": "yarn prebuild && tsc",
"build-or-skip": "[ -n \"$SKIP_BUILD\" ] || yarn build",
"test-node": "node jasmine-testrunner.js",
"test": "yarn build-or-skip && yarn test-node",