Commit 82c1b82
committed
fix(cli): pass --no-frozen-lockfile to vp install in CI
Yarn Berry defaults to enableImmutableInstalls in CI, preventing
lockfile creation. Pass --no-frozen-lockfile when CI env is set so
vp create can generate fresh lockfiles.1 parent 909ff6a commit 82c1b82
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | | - | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
0 commit comments