Skip to content

Commit

Permalink
Don't lint as part of npm test
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Oct 14, 2018
1 parent 04671c7 commit c16540e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"scripts": {
"lint": "eslint .",
"test": "mocha && npm run lint",
"travis": "npm test && npm run coverage && (<coverage/lcov.info coveralls || true)",
"test": "mocha",
"travis": "npm test && npm run lint && npm run coverage && (<coverage/lcov.info coveralls || true)",
"coverage": "NODE_ENV=development istanbul cover _mocha -- --reporter dot && echo google-chrome coverage/lcov-report/index.html"
},
"repository": {
Expand Down

0 comments on commit c16540e

Please sign in to comment.