chore(build): add Vercel preview builds for framework test apps#31073
Open
chore(build): add Vercel preview builds for framework test apps#31073
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
3bbcabf to
5eb431e
Compare
5eb431e to
91aa59e
Compare
91aa59e to
e4f45f1
Compare
e4f45f1 to
e785090
Compare
e785090 to
60b1804
Compare
60b1804 to
b5c7660
Compare
b5c7660 to
2e41f54
Compare
2e41f54 to
192f551
Compare
192f551 to
99f295a
Compare
99f295a to
5f78b43
Compare
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.
Issue number: resolves internal
What is the current behavior?
Vercel preview deployments only build and serve core Stencil component test pages. Framework-specific test apps (Angular, React, Vue, React Router) are not included, requiring developers to pull and build locally to validate them.
What is the new behavior?
Vercel preview deployments build and serve framework test apps alongside core component tests under a single preview URL.
Does this introduce a breaking change?
Other information