Skip to content

Commit 2687507

Browse files
committed
ci(publish): add dev:prepare step before module build
Run pnpm -w dev:prepare in the publish workflow prior to prepack so generated types and fixtures are up to date before publishing.
1 parent dbf1973 commit 2687507

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
- name: Install dependencies
3333
run: pnpm install
3434

35+
- name: Prepare packages
36+
run: pnpm -w dev:prepare
37+
3538
- name: Build module
3639
run: pnpm -w prepack
3740

0 commit comments

Comments
 (0)