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.
2 parents 50d8903 + ac39ece commit e8725f6Copy full SHA for e8725f6
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