Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
evheniy committed Dec 15, 2017
1 parent 2f58cc9 commit f422ef6
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 @@ -11,8 +11,8 @@
"test:coverage": "istanbul cover _mocha -- tests --recursive",
"report": "cat ./coverage/lcov.info | coveralls",
"clear": "rimraf coverage",
"precommit": "npm run lint && npm test",
"prepush": "npm run lint && npm test"
"precommit": "npm test",
"prepush": "npm test"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit f422ef6

Please sign in to comment.