Skip to content

Commit

Permalink
chore(husky): fix husky hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
gligoran committed May 2, 2020
1 parent 819b218 commit 6542f31
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@
"README.md"
],
"homepage": "https://github.com/gligoran/cordova-set-version#readme",
"husky": {
"hooks": {
"pre-commit": "npm run coverage"
}
},
"keywords": [
"apache",
"cordova",
Expand Down

0 comments on commit 6542f31

Please sign in to comment.