Skip to content

Commit 48436d9

Browse files
committed
chore: build before testing
1 parent b5ec4e6 commit 48436d9

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
@@ -28,15 +28,15 @@ jobs:
2828
- name: Playground prepare
2929
run: pnpm dev:prepare
3030

31+
- name: Build
32+
run: pnpm prepack
33+
3134
- name: Test
3235
run: pnpm test
3336

3437
- name: Typecheck
3538
run: pnpm typecheck
3639

37-
- name: Build
38-
run: pnpm prepack
39-
4040
- name: Publish
4141
# add `--compact` option after releasing on npm
4242
run: pnpx pkg-pr-new publish --no-template --pnpm

0 commit comments

Comments
 (0)