🔨 Update build-and-start command

This commit is contained in:
Alicia Sykes 2024-03-14 05:50:19 +00:00
parent 762c6789b1
commit 6268584741
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
"pm2-start": "npx pm2 start server.js",
"build-watch": "vue-cli-service build --watch --mode production",
"watch-config": "node services/watch-for-changes",
"build-and-start": "NODE_OPTIONS=--openssl-legacy-provider npm-run-all --parallel watch-config start",
"build-and-start": "NODE_OPTIONS=--openssl-legacy-provider npm-run-all --parallel build-watch start",
"validate-config": "node services/config-validator",
"health-check": "node services/healthcheck",
"dependency-audit": "npx improved-yarn-audit --ignore-dev-deps"