Skip to content

Commit cd2d2f6

Browse files
committed
fix(ci): add dev:prepare to release workflow
1 parent 335d6bb commit cd2d2f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
registry-url: 'https://registry.npmjs.org'
2525

2626
- run: pnpm install
27+
- run: pnpm dev:prepare
2728
- run: pnpm prepack
2829

2930
- name: GitHub Release

0 commit comments

Comments
 (0)