diff --git a/package.json b/package.json index d03a43d6..d0340572 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "build": "vue-cli-service build", "lint": "vue-cli-service lint", "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", "validate-config": "node services/config-validator", "health-check": "node services/healthcheck",