Skip to content

Commit

Permalink
Running linter as part of tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ljharb committed Aug 16, 2014
1 parent 9a85ed9 commit 9e77756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "node test.js && npm run coverage-quiet",
"test": "npm run lint && node test.js && npm run coverage-quiet",
"coverage": "covert test.js",
"coverage-quiet": "covert test.js --quiet",
"lint": "jscs *.js"
Expand Down

0 comments on commit 9e77756

Please sign in to comment.