From 2ab86c13f22d93e10eeb39b41dbff4037a011c25 Mon Sep 17 00:00:00 2001 From: Lambdac0re Date: Mon, 22 Jan 2018 11:10:22 +0100 Subject: [PATCH] Update package.json Make npm scripts run in all environments, including windows. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index b4fcbf2..c678f42 100644 --- a/package.json +++ b/package.json @@ -5,8 +5,8 @@ "main": "server/server.js", "scripts": { "pretest": "jshint .", - "postinstall": "bower install;gulp", - "start": "gulp;node .", + "postinstall": "bower install && gulp", + "start": "gulp && node .", "test": "tape tests/**/*.js" }, "dependencies": {