Skip to content

Commit b14f768

Browse files
build first
1 parent 6aeb46a commit b14f768

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
- name: Install dependencies
3030
run: pnpm install --frozen-lockfile
3131

32+
- name: Build (for type declarations)
33+
run: pnpm build
34+
3235
- name: Typecheck
3336
run: pnpm typecheck
3437

35-
- name: Build
36-
run: pnpm build
37-
3838
- name: Test
3939
run: pnpm test

0 commit comments

Comments
 (0)