Commit 3896e4b
committed
fix(e2e/varlet): install pnpm globally via
Previous fix replaced bootstrap.mjs with explicit vp run commands,
but that was unnecessarily complex. Simpler: let `vp i -g pnpm`
install pnpm into ~/.vite-plus/bin so scripts/bootstrap.mjs (which
spawns `pnpm build` via tinyexec) can resolve it.vp i -g pnpm
1 parent 5f6b37c commit 3896e4b
1 file changed
Lines changed: 4 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
321 | | - | |
322 | | - | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
330 | 324 | | |
331 | 325 | | |
332 | 326 | | |
| |||
0 commit comments