#!/usr/bin/env bash echo "Running Biome checks before commit..." npm run check || exit 1 echo "Biome checks passed!"