Co-authored-by: cpacker <packercharles@gmail.com> Co-authored-by: Letta Code <noreply@letta.com>
8 lines
153 B
Bash
Executable File
8 lines
153 B
Bash
Executable File
#!/usr/bin/env sh
|
|
|
|
# Lint staged files only (fast)
|
|
bunx lint-staged
|
|
|
|
# Typecheck full project (catches type errors in unchanged files)
|
|
bun run typecheck
|