Skip to content

Commit 9a43f4a

Browse files
committed
fix: run simple-git-hooks at prepare
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
1 parent ee512e8 commit 9a43f4a

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
@@ -14,7 +14,7 @@
1414
"directory": "package"
1515
},
1616
"scripts": {
17-
"postinstall": "pnpm exec simple-git-hooks",
17+
"prepare": "pnpm exec simple-git-hooks",
1818
"dev": "tsup --watch",
1919
"build": "tsup",
2020
"prepublishOnly": "pnpm build && rm -rf ./package && clean-publish",

0 commit comments

Comments
 (0)