This commit is contained in:
Kasper Rynning-Tønnesen
2017-10-17 15:16:28 +02:00
7 changed files with 10 additions and 14 deletions

View File

@@ -4,7 +4,7 @@
"description": "Zoff, the shared YouTube based radio services",
"main": "server/index.js",
"scripts": {
"start": "node server/index.js",
"start": "gulp build && node server/index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {