Fix CI #4

Merged
McPeakML merged 22 commits from mcpeakml/portfolio into main 2026-06-12 11:13:34 -04:00
Showing only changes of commit 96ed4aa155 - Show all commits

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