Skip to content

Commit 3a1273d

Browse files
committed
Fix
1 parent b7ab669 commit 3a1273d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Lint
2929
run: yarn lint
3030

31+
- name: Build dependencies (for type check)
32+
run: ./scripts/build_api.sh
33+
3134
- name: Type check
3235
run: yarn typecheck
3336

0 commit comments

Comments
 (0)