Skip to content

Commit

Permalink
fix: run simple-git-hooks at prepare
Browse files Browse the repository at this point in the history
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
  • Loading branch information
jerome-benoit committed Oct 26, 2024
1 parent ee512e8 commit 9a43f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"directory": "package"
},
"scripts": {
"postinstall": "pnpm exec simple-git-hooks",
"prepare": "pnpm exec simple-git-hooks",
"dev": "tsup --watch",
"build": "tsup",
"prepublishOnly": "pnpm build && rm -rf ./package && clean-publish",
Expand Down

0 comments on commit 9a43f4a

Please sign in to comment.