Skip to content

Commit df866ba

Browse files
committed
⚡ New start command, for non-Docker people
1 parent 48fa5fc commit df866ba

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "server",
66
"author": "Alicia Sykes <[email protected]> (https://aliciasykes.com)",
77
"scripts": {
8-
"start": "node server",
8+
"start": "npm-run-all --parallel build-watch start",
99
"dev": "vue-cli-service serve",
1010
"build": "vue-cli-service build",
1111
"lint": "vue-cli-service lint",
@@ -14,7 +14,8 @@
1414
"build-and-start": "npm-run-all --parallel build-watch start",
1515
"validate-config": "node services/config-validator",
1616
"health-check": "node services/healthcheck",
17-
"dependency-audit": "npx improved-yarn-audit --ignore-dev-deps"
17+
"dependency-audit": "npx improved-yarn-audit --ignore-dev-deps",
18+
"static-start": " node server"
1819
},
1920
"dependencies": {
2021
"@babel/core": "^7.0.0",

0 commit comments

Comments
 (0)