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 ddaac53 commit 6b5ff57Copy full SHA for 6b5ff57
package.json
@@ -15,7 +15,7 @@
15
"babel"
16
],
17
"scripts": {
18
- "test": "npm run lint && node node_modules/jasmine-node/bin/jasmine-node --verbose --captureExceptions test/specs",
+ "test": "node node_modules/jasmine-node/bin/jasmine-node --verbose --captureExceptions test/specs && npm run lint",
19
"testonly": "node node_modules/jasmine-node/bin/jasmine-node --captureExceptions test/specs",
20
"lint": "node ./test/jshint.js"
21
},
0 commit comments