Skip to content

Commit 86416df

Browse files
committed
Build packages before typecheck in CI
1 parent 3d4b1a9 commit 86416df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
- name: Install dependencies
2323
run: npm ci
2424

25-
- name: Typecheck
26-
run: npm run typecheck
27-
2825
- name: Build publishable packages
2926
run: npm run build:packages
3027

28+
- name: Typecheck
29+
run: npm run typecheck
30+
3131
- name: Build playground
3232
run: npm run build
3333

0 commit comments

Comments
 (0)