Skip to content

Commit 4558b53

Browse files
committed
ci: add build step before typecheck
1 parent 89dd6cd commit 4558b53

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
bun-version: 1.2.12
2222
- name: Install Dependencies
2323
run: bun install --frozen-lockfile
24+
- name: Build
25+
run: bun run build
2426
- name: Type Check
2527
run: bun run typecheck
2628
- name: Lint Check

0 commit comments

Comments
 (0)