fix: CI
Some checks failed
ci / build (pull_request) Failing after 25s
ci / publish (pull_request) Has been skipped

Fixed typecheck
This commit is contained in:
Matthew McPeak 2026-06-11 13:45:09 -04:00
parent f2a65dd18d
commit 96ed4aa155
Signed by: McPeakML
GPG key ID: 3D64A2E70F58D07C

View file

@ -27,7 +27,7 @@ jobs:
run: bun run test:unit run
- name: Type check
run: bun run type-check
run: bun run type-check -- --force
- name: Build
run: bun run build-only