Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 211 Bytes

File metadata and controls

6 lines (5 loc) · 211 Bytes

Quick checks

  • Run linter: bun run lint
  • Run tests: bun run test
  • Run full local CI (lint + typecheck + tests + build): bun run ci:local
  • Before commit/push: run bun run ci:local and fix failures.