Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
fix(test): allow to run 'npm start' or 'npm test' from windows too
Browse files Browse the repository at this point in the history
  • Loading branch information
David Han Sze Chuen authored and sjelin committed Dec 16, 2014
1 parent 1670384 commit 50ee0b4
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 @@ -47,8 +47,8 @@
"main": "lib/protractor.js",
"scripts": {
"pretest": "node_modules/.bin/jshint lib spec scripts",
"test": "scripts/test.js",
"start": "testapp/scripts/web-server.js"
"test": "node scripts/test.js",
"start": "node testapp/scripts/web-server.js"
},
"license": "MIT",
"version": "1.5.0"
Expand Down

0 comments on commit 50ee0b4

Please sign in to comment.