Skip to content

Commit 3f555d8

Browse files
committed
fix(ci): run build before typecheck for workspace resolution
1 parent 1902eba commit 3f555d8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
- name: Lint
3131
run: bun run lint
3232

33+
- name: Build
34+
run: bun run build
35+
3336
- name: Type check
3437
run: bun run typecheck
3538

3639
- name: Test
3740
run: bun test
38-
39-
- name: Build
40-
run: bun run build

0 commit comments

Comments
 (0)