We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 594de7c commit e66fff5Copy full SHA for e66fff5
1 file changed
package.json
@@ -32,7 +32,7 @@
32
"start": "NODE_ENV=production bun run ./src/main.ts"
33
},
34
"simple-git-hooks": {
35
- "pre-commit": "pnpm exec lint-staged"
+ "pre-commit": "bunx lint-staged"
36
37
"lint-staged": {
38
"*": "eslint --fix"
0 commit comments