Skip to content

Commit

Permalink
add a ci npm script that runs linting during tests. fixes #49
Browse files Browse the repository at this point in the history
  • Loading branch information
lholmquist committed Jul 10, 2017
1 parent 79e204e commit 3384484
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"test": "tape test/*-test.js | tap-spec",
"prepublish": "nsp check",
"coverage": "istanbul cover tape -- test/**/*.js",
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls"
"coveralls": "npm run coverage && cat ./coverage/lcov.info | coveralls",
"ci": "npm run lint && npm run coveralls"
},
"files": [
"package.json",
Expand Down

0 comments on commit 3384484

Please sign in to comment.