We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1efee49 commit d746f16Copy full SHA for d746f16
package.json
@@ -8,7 +8,7 @@
8
"eslint": "./node_modules/.bin/eslint src spec",
9
"prepublish": "babel --presets es2015 -d ./build/src ./src",
10
"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"
+ "test": "npm run eslint && npm run compile && \"node_modules/.bin/jasmine-node\" build/spec/tests"
12
},
13
"repository": {
14
"type": "git",
0 commit comments