Skip to content

Commit

Permalink
fix: remove postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jul 6, 2023
1 parent 98b1b2c commit 8167272
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
"format": "prettier --write .",
"release": "bumpp -r",
"preinstall": "npx only-allow pnpm",
"postinstall": "simple-git-hooks",
"prepublishOnly": "npm run build && npm run build-types"
},
"simple-git-hooks": {
Expand Down

1 comment on commit 8167272

@Mister-Hope
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think "prepare" is safe, maybe you can check that.

Please sign in to comment.