Skip to content

Commit

Permalink
chore: add husky precommit install
Browse files Browse the repository at this point in the history
  • Loading branch information
westeezy committed Feb 15, 2022
1 parent 730e466 commit 543ace1
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 @@ -20,7 +20,8 @@
"postrelease": "git push && git push --follow-tags && npm publish",
"debug": "cross-env NODE_ENV=debug",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable"
"postpublish": "pinst --enable",
"postinstall": "husky install"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 543ace1

Please sign in to comment.