Commit def3eb0
committed
fix(migrate): override vite-plus version for standalone projects in force-migrate mode
In `rewriteStandaloneProject`, when `VITE_PLUS_FORCE_MIGRATE=1`:
- The pnpm overrides didn't include `vite-plus` itself (only vite, vitest, etc.)
- The devDependency wasn't updated if `vite-plus` already existed
This caused ecosystem-ci to install the published `vite-plus@0.1.14` instead of
the local `vite-plus@0.0.0` tgz, failing the `verify-install.ts` check.
Closes #11771 parent 73887c8 commit def3eb0
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
720 | 720 | | |
721 | 721 | | |
722 | 722 | | |
| 723 | + | |
723 | 724 | | |
724 | 725 | | |
725 | 726 | | |
| |||
734 | 735 | | |
735 | 736 | | |
736 | 737 | | |
737 | | - | |
| 738 | + | |
738 | 739 | | |
739 | 740 | | |
740 | 741 | | |
| |||
0 commit comments