mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 14:40:13 -08:00
7 lines
150 B
Bash
Executable File
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!"
|