mirror of
https://github.com/acedanger/finance.git
synced 2025-12-05 22:50:12 -08:00
6 lines
118 B
Bash
Executable File
6 lines
118 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
echo "Running Biome checks before commit..."
|
|
npm run check || exit 1
|
|
echo "Biome checks passed!"
|