# Run lint-staged
bunx lint-staged

# Run type checking
bun run typecheck

# Run tests (quick unit tests only for pre-commit)
bun run test:unit