Skip to content

Commit

Permalink
Enabled windows execution of npm start (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmitchinson authored and LouisBarranqueiro committed Oct 25, 2018
1 parent 423ab23 commit 65bebd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 65bebd1

Please sign in to comment.