From 65bebd10754a01b513553de5f0e8529f6c1c2185 Mon Sep 17 00:00:00 2001 From: Ben Mitchinson <115bwm@gmail.com> Date: Thu, 25 Oct 2018 13:02:05 -0500 Subject: [PATCH] Enabled windows execution of npm start (#506) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 166a14c17..d87435ccd 100644 --- a/package.json +++ b/package.json @@ -7,8 +7,8 @@ "start": "npm run grunt -- default", "build": "npm run prod", "prod": "npm run grunt -- buildProd", - "grunt": "./node_modules/grunt-cli/bin/grunt", - "lint": "./node_modules/eslint/bin/eslint.js .", + "grunt": "node ./node_modules/grunt-cli/bin/grunt", + "lint": "node ./node_modules/eslint/bin/eslint.js .", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": {