Skip to content

Build SDK before testnet UI bundles - #163

Merged
AdamSpitz merged 1 commit into
devfrom
fix/build-sdk-before-testnet-ui
Sep 3, 2026
Merged

Build SDK before testnet UI bundles#163
AdamSpitz merged 1 commit into
devfrom
fix/build-sdk-before-testnet-ui

Conversation

@AdamSpitz

Copy link
Copy Markdown
Owner

Why

Forced UI deploy 33815432667 got past the missing operator-addresses.env file, then ui build:ipfs failed with Cannot find module '@commonality/sdk/...'. CI already runs npm run build --workspace=@commonality/sdk after npm ci; the deploy job did not.

What

scripts/deploy-testnet.sh builds the SDK once before the domain loop. That script is now treated as UI-related (#161), so promoting this to master should actually publish UI without another force_ui dispatch.

CI already compiles @commonality/sdk before consumers. The deploy job only
ran npm ci, so ui build:ipfs failed on missing @commonality/sdk/* types.

@AdamSpitz AdamSpitz left a comment

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review receipt.

One-line SDK compile before IPFS builds, matching CI. No findings.

Reviewed-with: grok
Reviewed-files: 1
Reviewed-commit: 3020d64

@AdamSpitz
AdamSpitz merged commit c462a58 into dev Sep 3, 2026
8 checks passed
@AdamSpitz AdamSpitz mentioned this pull request Sep 3, 2026
@AdamSpitz
AdamSpitz deleted the fix/build-sdk-before-testnet-ui branch September 4, 2026 00:19
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.

1 participant