Skip to content

Commit

Permalink
precommit && prepush with hasky
Browse files Browse the repository at this point in the history
  • Loading branch information
Evheniy Bystrov committed Feb 10, 2017
1 parent 2b37718 commit 8fd642a
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 @@ -11,7 +11,8 @@
"test:security": "./node_modules/.bin/nsp check",
"test:coverage": "./node_modules/.bin/babel-node node_modules/.bin/babel-istanbul cover ./node_modules/.bin/_mocha -- tests/**/*.{js,jsx}",
"report": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"precommit": "npm run lint && npm test"
"precommit": "npm run lint && npm test",
"prepush": "npm run lint && npm test"
},
"engines": {
"node": ">=6.9.5"
Expand Down

0 comments on commit 8fd642a

Please sign in to comment.