Added npm install to launch script

This commit is contained in:
Robin Steinberg 2021-08-26 21:38:09 +02:00
parent 34050291a8
commit 9cbd655a4a
1 changed files with 1 additions and 1 deletions

View File

@ -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",