Skip to content

Commit 0732f8a

Browse files
committed
fix: release
1 parent a87f721 commit 0732f8a

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
@@ -28,7 +28,7 @@
2828
"lint": "eslint --cache",
2929
"lint:all": "eslint --cache .",
3030
"prepack": "bun run build",
31-
"prepare": "simple-git-hooks",
31+
"prepare": "bunx simple-git-hooks",
3232
"release": "bumpp && bun publish --access public",
3333
"start": "NODE_ENV=production bun run ./src/main.ts",
3434
"typecheck": "tsc"

0 commit comments

Comments
 (0)