# Build and typecheck
npm run typecheck --silent || {
  echo "Typecheck failed — aborting push."
  exit 1
}
