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