Skip to content

Commit 3ea64fd

Browse files
author
Joshua Grosso
authored
Merge pull request #21 from cjhoward92/bug/npm-test-fails-win32
Fixed npm test script
2 parents 7b5956f + d746f16 commit 3ea64fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"eslint": "./node_modules/.bin/eslint src spec",
99
"prepublish": "babel --presets es2015 -d ./build/src ./src",
1010
"debug-test": "npm run eslint && npm run compile && node-debug --debug-brk node_modules/.bin/jasmine-node build/spec/tests",
11-
"test": "npm run eslint && npm run compile && node_modules/.bin/jasmine-node build/spec/tests"
11+
"test": "npm run eslint && npm run compile && \"node_modules/.bin/jasmine-node\" build/spec/tests"
1212
},
1313
"repository": {
1414
"type": "git",

0 commit comments

Comments
 (0)