Commit 7cd038f
committed
fix: filter internal vite-plus aliases from published CLI overrides
The workspace pnpm-workspace.yaml overrides include npm: protocol
redirections (vite→@voidzero-dev/vite-plus-core, vitest→@voidzero-dev/
vite-plus-test) that are internal to the workspace's Vite+ migration.
These were being resolved and written into the published CLI package.json
overrides, polluting the published artifact with dev-only aliases.
Filter out any resolved overrides that use npm: protocol aliases, since
those are always workspace-internal package redirections that should
never be published to end users.1 parent 3207da4 commit 7cd038f
1 file changed
Lines changed: 11 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
231 | 231 | | |
232 | 232 | | |
233 | 233 | | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
234 | 244 | | |
235 | 245 | | |
236 | 246 | | |
| |||
244 | 254 | | |
245 | 255 | | |
246 | 256 | | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
| 257 | + | |
252 | 258 | | |
253 | 259 | | |
254 | 260 | | |
| |||
0 commit comments