Use npm script for pre-commit hook to avoid bunx issues

This commit is contained in:
William Valentin
2025-09-06 01:54:15 -07:00
parent 5eeb7d62ca
commit 79bfdeaa94
2 changed files with 4 additions and 4 deletions

View File

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