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

Fixed a typo
This commit is contained in:
Matthew McPeak 2026-06-12 09:23:12 -04:00
parent 718073ec51
commit 71b163c3ba
Signed by: McPeakML
GPG key ID: 3D64A2E70F58D07C

View file

@ -24,7 +24,7 @@ jobs:
run: bun audit || true
- name: Run unit tests
run: bun run test:unit run
run: bun run test:unit
- name: Type check
run: bun run type-check -- --force