Update install-script

This commit is contained in:
Kasper Rynning-Tønnesen
2019-03-10 22:27:49 +01:00
parent a8363ebbd2
commit 1ea1221a76

View File

@@ -4,7 +4,7 @@
"description": "Zoff, the shared YouTube based radio services",
"main": "server/app.js",
"scripts": {
"start": "npm install --only=dev && npm install && gulp build && node server/app.js",
"start": "npm install --only=dev && npm install && $(npm bin)/gulp build && node server/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {