Skip to content

Commit 814f79c

Browse files
committed
chore(github): run build before typecheck in ci
1 parent 65d3e49 commit 814f79c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

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

33+
- name: Build
34+
run: pnpm run build
35+
3336
- name: Typecheck
3437
run: pnpm run typecheck

0 commit comments

Comments
 (0)