docs: document build:ci in migration howto#242
Merged
arbrandes merged 1 commit intoopenedx:mainfrom Apr 23, 2026
Merged
Conversation
0aa6796 to
bfac2e1
Compare
brian-smith-tcril
approved these changes
Apr 23, 2026
Contributor
brian-smith-tcril
left a comment
There was a problem hiding this comment.
Aside from the one extra character I left a suggestion about this LGTM!
Adds the build:ci npm script, the build-ci Makefile target, and a corresponding CI workflow step to the MFE migration guide, so newly migrated apps get webpack-build smoke coverage out of the box. Co-Authored-By: Claude <noreply@anthropic.com>
bfac2e1 to
e5b46fc
Compare
|
🎉 This PR is included in version 1.0.0-alpha.40 🎉 The release is available on: Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
The MFE migration guide did not cover how to verify that a migrated app can still be webpack-bundled, even though the build-less distribution model means
npm run buildonly compiles the librarydist/viatsc. This PR adds thebuild:cinpm script, thebuild-ciMakefile target (pointing atsite.config.ci.tsxso webpack traverses the real app graph), and a GitHub Actions step so newly migrated apps get webpack-build smoke coverage in CI out of the box.Closes #124.
LLM usage notice
Built with assistance from Claude.