Skip to content

Commit

Permalink
Package: include eslint in test command
Browse files Browse the repository at this point in the history
  • Loading branch information
fvdm committed Apr 13, 2016
1 parent de1abb6 commit f4274cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"node": ">=0.12.0"
},
"scripts": {
"test": "node test.js"
"test": "st=0; eslint . || st=1; node test.js || st=1; exit $st"
},
"keywords": [
"overheid.io",
Expand Down

0 comments on commit f4274cb

Please sign in to comment.