From 1ea1221a76fc5ce913d4b6fcd910f5f9488e1b79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Sun, 10 Mar 2019 22:27:49 +0100 Subject: [PATCH] Update install-script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a29a63cd..4eb68a23 100644 --- a/package.json +++ b/package.json @@ -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": {