#!/usr/bin/env sh # Lint staged files only (fast) bunx lint-staged # Typecheck full project (catches type errors in unchanged files) bun run typecheck