Skip to content

Commit 5b9d253

Browse files
committed
fix: move pnpm build step to publish-npm job
1 parent 646b86f commit 5b9d253

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ jobs:
3131

3232
- run: pnpm lint
3333

34-
- run: pnpm build
35-
3634
publish-npm:
3735
if: startsWith(github.ref, 'refs/tags/v')
3836
needs: build
@@ -59,4 +57,6 @@ jobs:
5957
with:
6058
run_install: true
6159

60+
- run: pnpm build
61+
6262
- run: pnpm publish

0 commit comments

Comments
 (0)