add --no-clean

This commit is contained in:
Benjamin Montgomery 2022-04-21 07:57:54 -04:00
parent 05f5d71801
commit 6ec6eec214

View File

@ -10,7 +10,7 @@
"build": "vue-cli-service build", "build": "vue-cli-service build",
"lint": "vue-cli-service lint", "lint": "vue-cli-service lint",
"pm2-start": "npx pm2 start server.js", "pm2-start": "npx pm2 start server.js",
"build-watch": "vue-cli-service build --watch --mode production", "build-watch": "vue-cli-service build --watch --mode production --no-clean",
"build-and-start": "npm-run-all --parallel build-watch start", "build-and-start": "npm-run-all --parallel build-watch start",
"validate-config": "node services/config-validator", "validate-config": "node services/config-validator",
"health-check": "node services/healthcheck", "health-check": "node services/healthcheck",