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
@@ -37,7 +37,7 @@
"test": "yarn build-or-skip && yarn test-node",
"coverage": "nyc --reporter=text --reporter=lcov yarn test --quiet",
"prebuild": "shx rm -rf ./build",
"build": "tsc",
"build": "yarn prebuild && tsc",
"build-or-skip": "[ -n \"$SKIP_BUILD\" ] || yarn build",
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},