Conversation
ff0b8a9 to
b8c3828
Compare
fengmk2
reviewed
Feb 10, 2026
688f893 to
5aa689b
Compare
fengmk2
approved these changes
Feb 10, 2026
ad66fa2 to
2838472
Compare
Merged
cpojer
added a commit
that referenced
this pull request
Feb 11, 2026
All the e2e tests started failing after merging #587, see https://github.com/voidzero-dev/vite-plus/actions/runs/21872859706/job/63134846956 I *believe* this is due to an ordering issue and it's why I added the explicit first build step earlier, but I removed it. This change ensures the prompts package is built before the global CLI. Please let me know if there is a quick way to verify this locally since the usual tests all seem to pass without this change.
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.

This PR forks
@clack/promptsand replacescyanwithblueBrightfor interactive commands. It gives Vite+ a bit more identity, and we can customize things as we like.This is lightweight because it still uses
@clack/coreunder the hood. Unfortunately@clack/promptsdoesn't allow any customization at all.Fixed lint errors in the prompts folder but left everything else untouched.