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

Commit 50ee0b4

Browse files
David Han Sze Chuensjelin
David Han Sze Chuen
authored andcommitted
fix(test): allow to run 'npm start' or 'npm test' from windows too
1 parent 1670384 commit 50ee0b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
"main": "lib/protractor.js",
4848
"scripts": {
4949
"pretest": "node_modules/.bin/jshint lib spec scripts",
50-
"test": "scripts/test.js",
51-
"start": "testapp/scripts/web-server.js"
50+
"test": "node scripts/test.js",
51+
"start": "node testapp/scripts/web-server.js"
5252
},
5353
"license": "MIT",
5454
"version": "1.5.0"

0 commit comments

Comments
 (0)