Skip to content

Commit

Permalink
add linting to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydaly committed Aug 1, 2019
1 parent 41f430e commit b2a8503
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 @@ -7,7 +7,7 @@
"scripts": {
"test": "mocha --check-leaks --recursive",
"test-cov": "nyc --reporter=html mocha --check-leaks --recursive",
"test-ci": "nyc npm test && nyc report --reporter=text-lcov | ./node_modules/coveralls/bin/coveralls.js",
"test-ci": "eslint . && nyc npm test && nyc report --reporter=text-lcov | ./node_modules/coveralls/bin/coveralls.js",
"lint": "eslint ."
},
"repository": {
Expand Down

0 comments on commit b2a8503

Please sign in to comment.