Skip to content

Commit

Permalink
chore: add pinstall hook
Browse files Browse the repository at this point in the history
  • Loading branch information
bun913 committed May 16, 2024
1 parent 4ef106b commit de09a2e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@
"main": "lib/index.js",
"scripts": {
"prepare": "husky install",
"prepublishOnly": "pinst --disable",
"preinstall": "pinst --disable",
"install": "pinst --disable",
"postinstall": "pinst --disable",
"prepack": "pinst --disable",
"postpack": "pinst --enable",
"commitmsg": "commitlint -e $GIT_PARAMS",
Expand Down

0 comments on commit de09a2e

Please sign in to comment.