Files
finance/.husky/pre-commit

7 lines
150 B
Bash
Executable File

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
echo "Running Biome checks before commit..."
npm run check || exit 1
echo "Biome checks passed!"