Skip to content

Commit

Permalink
chore: use prepare instead of postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn authored Oct 5, 2024
1 parent 75aa21f commit 6d7e6d1
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 @@ -55,7 +55,7 @@
"prepublishOnly": "napi prepublish -t npm",
"test": "ava",
"version": "napi version",
"postinstall": "husky"
"prepare": "husky"
},
"devDependencies": {
"@napi-rs/cli": "^2.18.4",
Expand Down

0 comments on commit 6d7e6d1

Please sign in to comment.