Skip to content

Commit 984f393

Browse files
committed
build packages before publish
1 parent 741eb82 commit 984f393

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-next.yml

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
- name: Install Dependencies
2828
run: pnpm install
2929

30+
- name: Build packages
31+
run: pnpm build
32+
3033
- name: Publish next version
3134
run: |
3235
pnpm config set //registry.npmjs.org/:_authToken=$NPM_TOKEN && \

0 commit comments

Comments
 (0)