We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48fa5fc commit df866baCopy full SHA for df866ba
package.json
@@ -5,7 +5,7 @@
5
"main": "server",
6
"author": "Alicia Sykes <[email protected]> (https://aliciasykes.com)",
7
"scripts": {
8
- "start": "node server",
+ "start": "npm-run-all --parallel build-watch start",
9
"dev": "vue-cli-service serve",
10
"build": "vue-cli-service build",
11
"lint": "vue-cli-service lint",
@@ -14,7 +14,8 @@
14
"build-and-start": "npm-run-all --parallel build-watch start",
15
"validate-config": "node services/config-validator",
16
"health-check": "node services/healthcheck",
17
- "dependency-audit": "npx improved-yarn-audit --ignore-dev-deps"
+ "dependency-audit": "npx improved-yarn-audit --ignore-dev-deps",
18
+ "static-start": " node server"
19
},
20
"dependencies": {
21
"@babel/core": "^7.0.0",
0 commit comments