Skip to content

Commit a9538c9

Browse files
author
John Campion Jr
committed
fix: remove postinstall script
see here for details https://blog.typicode.com/husky-git-hooks-autoinstall/
1 parent 029773f commit a9538c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"lint": "eslint .",
3232
"lint:fix": "eslint . --fix",
3333
"format": "prettier --check --write .",
34-
"postinstall": "npx simple-git-hooks",
34+
"prepare": "npx simple-git-hooks",
3535
"release": "changelogen --release --push",
3636
"release:major": "changelogen --release --major --push",
3737
"pub": "pnpm publish --access public"

0 commit comments

Comments
 (0)