Skip to content

Commit 5f82dd1

Browse files
committed
ci: build package before typecheck
1 parent c6bbe01 commit 5f82dd1

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
@@ -25,6 +25,9 @@ jobs:
2525
- name: Setup
2626
uses: ./.github/actions/setup
2727

28+
- name: Build package
29+
run: yarn prepare
30+
2831
- name: Lint files
2932
run: yarn lint
3033

0 commit comments

Comments
 (0)