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