perf: speed up type check gate

This commit is contained in:
Peter Steinberger
2026-04-20 13:14:59 +01:00
parent 8116e638f3
commit 897c50e1a4
7 changed files with 90 additions and 6 deletions

View File

@@ -57,9 +57,10 @@ On pushes, the `checks` matrix adds the push-only `compat-node22` lane. On pull
## Local Equivalents
```bash
pnpm check # types + lint + format
pnpm check # fast local gate: project-reference tsgo + lint + fast guards
pnpm check:timed # same gate with per-stage timings
pnpm build:strict-smoke
pnpm check:import-cycles
pnpm check:architecture
pnpm test:gateway:watch-regression
pnpm test # vitest tests
pnpm test:channels