Skip to content

Build Kit package before publishing Web3.js package#559

Merged
2501babe merged 1 commit intomainfrom
loris/build-all-packages-before-publishing
Mar 16, 2026
Merged

Build Kit package before publishing Web3.js package#559
2501babe merged 1 commit intomainfrom
loris/build-all-packages-before-publishing

Conversation

@lorisleiva
Copy link
Copy Markdown
Member

The "Test package" workflow works because it uses pnpm -r build to ensure the Kit package is built before the Web3.js package (as the latter depends on the former).

This is not the case for the "Publish package" workflow because the prepublishOnly hook simply runs pnpm build (no -r). This PR aims to fix this.

@lorisleiva lorisleiva requested a review from 2501babe March 16, 2026 13:47
@2501babe 2501babe merged commit f161d2e into main Mar 16, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants