Skip to content

Commit

Permalink
fix: fix husky with postinstall (#75)
Browse files Browse the repository at this point in the history
* fix: 🐛 yarn v4 Replace prepare script with postinstall

* fix: 🐛 yarn postinstall Report an error
  • Loading branch information
zhuba-Ahhh authored Sep 4, 2024
1 parent a39829d commit 0e42c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"prepublishOnly": "napi prepublish -t npm --skip-gh-release",
"test": "ava",
"bump": "node scripts/bump.mjs",
"prepare": "husky install"
"postinstall": "husky"
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
Expand Down

0 comments on commit 0e42c18

Please sign in to comment.