Commit d4e0340
committed
fix(ci): use bare yarn install for yarn v1 compatibility
yarn v1 doesn't accept --frozen-lockfile=false (it's not a valid flag
format). And since no lockfile is committed (.gitignore excludes *.lock),
the frozen-lockfile check would fail anyway. Match the existing
gh-pages.yml pattern: plain yarn.1 parent 13525d9 commit d4e0340
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
0 commit comments