Final (for now) bug fixes

This commit is contained in:
Sebastian Seedorf
2020-11-24 00:20:56 +01:00
parent 93ed774609
commit f7d790818a
6 changed files with 28 additions and 29 deletions

View File

@@ -12,7 +12,7 @@
"build": "tsc",
"production": "node --use-openssl-ca --unhandled-rejections=strict ./out/index",
"install-debug": "npm install && npm run build",
"install-prod": "npm install --only=dev && npm install --only=prod && npm run build && npm run del-node-module && npm install --only=prod",
"install-prod": "npm install --only=dev && npm install --only=prod && npm run build && npm test && npm run del-node-module && npm install --only=prod",
"del-node-module:default": "rm -r node_modules",
"del-node-module:windows": "if exist node_modules rmdir /Q/S node_modules",
"del-node-module": "run-script-os"