From 6268584741e0e8e0990df4433fc2c9427013217c Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Thu, 14 Mar 2024 05:50:19 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20Update=20build-and-start=20comma?= =?UTF-8?q?nd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 423a68ab..92278088 100644 --- a/package.json +++ b/package.json @@ -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"