Skip to content

Fix alloyio workflow build step#1455

Open
carterworks wants to merge 1 commit intomainfrom
fix/alloyio-ci-rollup-build
Open

Fix alloyio workflow build step#1455
carterworks wants to merge 1 commit intomainfrom
fix/alloyio-ci-rollup-build

Conversation

@carterworks
Copy link
Collaborator

@carterworks carterworks commented Mar 9, 2026

The alloyio workflow currently invokes Rollup with --environment SANDBOX, but the browser package only exports configs when its expected build flags are set. That leaves CI with an empty Rollup config and the deploy job stops before the sandbox build.

Switch this step to pnpm --filter @adobe/alloy run build so the workflow uses the package's supported build entrypoint and produces the artifacts the sandbox build expects.

Validated locally with pnpm --filter @adobe/alloy run build && pnpm --filter @adobe/alloy-sandbox-browser run build.

@changeset-bot
Copy link

changeset-bot bot commented Mar 9, 2026

⚠️ No Changeset found

Latest commit: 75442ce

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@carterworks carterworks self-assigned this Mar 9, 2026
@carterworks carterworks added the ignore-for-release Do not include this PR in release notes label Mar 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ignore-for-release Do not include this PR in release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant