docs(contrib): align local gate shortcuts

This commit is contained in:
Tam Nhu Tran
2026-04-22 15:12:24 -04:00
parent b314cf353e
commit ddfbcb63f4
4 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -599,6 +599,7 @@ return (
bun run format
bun run lint:fix
bun run validate
bun run validate:ci-parity
# UI project (if changed)
cd ui
@@ -611,7 +612,7 @@ bun run validate
| Project | Command | Checks |
|---------|---------|--------|
| Main | `bun run validate` | typecheck + lint + format:check + test |
| Main | `bun run validate` | typecheck + lint + format:check + test:fast |
| UI | `bun run validate` | typecheck + lint + format:check |
---