Commit 8e0d36b
committed
fix(ci): use --no-frozen-lockfile in install E2E test
Shallow-cloned repos may have lockfile config mismatches (e.g.,
pnpm/pnpm's patchedDependencies drift), causing frozen install
to fail. Use --no-frozen-lockfile since we're testing install
functionality, not lockfile integrity.1 parent e3c79b9 commit 8e0d36b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
715 | 715 | | |
716 | 716 | | |
717 | 717 | | |
718 | | - | |
| 718 | + | |
719 | 719 | | |
720 | 720 | | |
721 | 721 | | |
| |||
0 commit comments