Files
setup-helm/.husky/pre-commit

7 lines
178 B
Plaintext
Raw Normal View History

2025-07-02 14:53:58 -07:00
npm test
npm run format-check || {
echo ""
echo "❌ Formatting check failed."
echo "💡 Run 'npm run format' or 'prettier --write .' to fix formatting issues."
exit 1
}