Added npm install to launch script
This commit is contained in:
parent
34050291a8
commit
9cbd655a4a
|
@ -10,7 +10,7 @@
|
|||
"debug": "npm-run-all --parallel watch serve",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"run-server": "cd server && npm run launch",
|
||||
"launch": "npm-run-all --parallel run-server build serve"
|
||||
"launch": "npm install && npm-run-all --parallel run-server build serve"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
|
Loading…
Reference in New Issue