From df866ba408369171aaa27679f2a6e5a81ea1744c Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 2 Mar 2024 18:51:17 +0000 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1=20New=20start=20command,=20for=20non-?= =?UTF-8?q?Docker=20people?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 31be3c06..41f014f5 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "server", "author": "Alicia Sykes (https://aliciasykes.com)", "scripts": { - "start": "node server", + "start": "npm-run-all --parallel build-watch start", "dev": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint", @@ -14,7 +14,8 @@ "build-and-start": "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" + "dependency-audit": "npx improved-yarn-audit --ignore-dev-deps", + "static-start": " node server" }, "dependencies": { "@babel/core": "^7.0.0",