From 5eeb7d62ca706b2c687915749a357546cee063cd Mon Sep 17 00:00:00 2001 From: William Valentin Date: Sat, 6 Sep 2025 01:53:46 -0700 Subject: [PATCH] Fix pre-commit hook: use local lint-staged instead of bunx --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 56076fd..3891d54 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ # Run lint-staged for file-specific checks -bunx lint-staged +./node_modules/.bin/lint-staged echo "✅ Pre-commit checks passed!"