Fix pre-commit hook: use local lint-staged instead of bunx

This commit is contained in:
William Valentin
2025-09-06 01:53:46 -07:00
parent e48adbcb00
commit 5eeb7d62ca

View File

@@ -1,4 +1,4 @@
# Run lint-staged for file-specific checks
bunx lint-staged
./node_modules/.bin/lint-staged
echo "✅ Pre-commit checks passed!"