Skip to content

Commit e66fff5

Browse files
committed
config: use bun for lint-staged
1 parent 594de7c commit e66fff5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"start": "NODE_ENV=production bun run ./src/main.ts"
3333
},
3434
"simple-git-hooks": {
35-
"pre-commit": "pnpm exec lint-staged"
35+
"pre-commit": "bunx lint-staged"
3636
},
3737
"lint-staged": {
3838
"*": "eslint --fix"

0 commit comments

Comments
 (0)