We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0050dc4 commit 22e8726Copy full SHA for 22e8726
package.json
@@ -40,7 +40,7 @@
40
"lint": "eslint .",
41
"lint:fix": "eslint . --fix",
42
"format": "prettier --check --write .",
43
- "postinstall": "npx simple-git-hooks",
+ "prepare": "npx simple-git-hooks",
44
"test": "vitest run",
45
"release": "changelogen --release --push && pnpm publish",
46
"release:minor": "changelogen --release --minor --push && pnpm publish",
0 commit comments