Skip to content

Commit

Permalink
Decouple "lint" from "test" command
Browse files Browse the repository at this point in the history
  • Loading branch information
pablosichert committed Oct 16, 2016
1 parent 2878f46 commit dad9b56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -13,8 +13,8 @@
"prepublish": "rm -rf ./lib && npm run compile",
"preversion": "npm run test",
"report-coverage": "npm run coverage | coveralls",
"test": "npm run lint && mocha --compilers js:babel-core/register --require babel-polyfill",
"travis": "npm run compile && npm run test"
"test": "mocha --compilers js:babel-core/register --require babel-polyfill",
"travis": "npm run lint && npm run compile && npm run test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit dad9b56

Please sign in to comment.