We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89751b8 commit a46d446Copy full SHA for a46d446
package.json
@@ -31,7 +31,7 @@
31
"lint": "eslint --cache",
32
"lint:all": "eslint --cache .",
33
"prepack": "bun run build",
34
- "prepare": "simple-git-hooks",
+ "prepare": "bunx simple-git-hooks",
35
"release": "bumpp && bun publish --access public",
36
"start": "NODE_ENV=production bun run ./src/main.ts",
37
"typecheck": "tsc"
0 commit comments