Skip to content

Commit 22e8726

Browse files
committed
chore: switch to prepare script
1 parent 0050dc4 commit 22e8726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"lint": "eslint .",
4141
"lint:fix": "eslint . --fix",
4242
"format": "prettier --check --write .",
43-
"postinstall": "npx simple-git-hooks",
43+
"prepare": "npx simple-git-hooks",
4444
"test": "vitest run",
4545
"release": "changelogen --release --push && pnpm publish",
4646
"release:minor": "changelogen --release --minor --push && pnpm publish",

0 commit comments

Comments
 (0)