Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
add husky to prevent pushing failing code (#13151)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaggino authored and swmitra committed Mar 8, 2017
1 parent 28ae2bf commit d24e27d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"fs-extra": "0.5.0",
"glob": "7.0.6",
"grunt": "0.4.5",
"husky": "0.13.2",
"jasmine-node": "1.11.0",
"grunt-jasmine-node": "0.1.0",
"grunt-cli": "0.1.9",
Expand All @@ -50,6 +51,7 @@
"grunt-cleanempty": "1.0.3"
},
"scripts": {
"prepush": "npm run eslint",
"postinstall": "grunt install",
"test": "grunt test cla-check-pull",
"eslint": "grunt eslint"
Expand Down

0 comments on commit d24e27d

Please sign in to comment.