Skip to content

Commit 6b31f1d

Browse files
committed
fix: change postinstall script to prepare for better hook management
1 parent 12f7d7e commit 6b31f1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"scripts": {
2121
"build": "bunup",
2222
"dev": "bunup --watch",
23-
"postinstall": "bun simple-git-hooks",
23+
"prepare": "bun simple-git-hooks",
2424
"lint": "biome check .",
2525
"lint:fix": "biome check --write .",
2626
"release": "bumpp --commit --push --tag",

0 commit comments

Comments
 (0)