Skip to content

Commit e8725f6

Browse files
author
benholloway
committed
Merge remote-tracking branch 'origin/jshint' into jshint
2 parents 50d8903 + ac39ece commit e8725f6

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
@@ -15,7 +15,7 @@
1515
"babel"
1616
],
1717
"scripts": {
18-
"test": "npm run lint && node node_modules/jasmine-node/bin/jasmine-node --verbose --captureExceptions test/specs",
18+
"test": "node node_modules/jasmine-node/bin/jasmine-node --verbose --captureExceptions test/specs && npm run lint",
1919
"testonly": "node node_modules/jasmine-node/bin/jasmine-node --captureExceptions test/specs",
2020
"lint": "node ./test/jshint.js"
2121
},

0 commit comments

Comments
 (0)