Skip to content

Commit 9aa4cdb

Browse files
committed
fix: add dev:prepare to publish job in LTPR workflow
1 parent c20a2cc commit 9aa4cdb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ltpr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ jobs:
143143
- name: Install dependencies
144144
run: pnpm install --frozen-lockfile
145145

146+
- name: Run dev:prepare
147+
run: pnpm dev:prepare
148+
146149
- name: Publish to npm
147150
shell: bash
148151
if: success()

0 commit comments

Comments
 (0)