Skip to content

Commit

Permalink
run jshint before tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Nelson committed Oct 28, 2015
1 parent 920dd60 commit 818170e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,6 +39,6 @@
},
"scripts": {
"jshint": "jshint --verbose .",
"test": "make test"
"test": "npm run jshint && make test"
}
}

0 comments on commit 818170e

Please sign in to comment.