fix: CI
Fixed typecheck
This commit is contained in:
parent
f2a65dd18d
commit
96ed4aa155
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue