Commit 62c3d5e
fix(ci): expect 0.0.0 in ecosystem-ci verify-install
The ecosystem-ci pack step pins packages/cli to 0.0.0 before packing, so
the installed local build reports 0.0.0. verify-install.ts still compared
against the committed packages/cli/package.json version (0.1.22 after the
release bump), failing every ecosystem E2E project with
"expected version 0.1.22, got 0.0.0". Pin the expected version to 0.0.0,
matching the fixed `vite-plus-0.0.0.tgz` that patch-project.ts references.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent aef9c85 commit 62c3d5e
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
8 | 10 | | |
9 | 11 | | |
10 | 12 | | |
| |||
0 commit comments