Commit 4eca8ad
fix(yarn): add --frozen-lockfile to default install command
Backport of PR #301 to 0.10.x branch.
- Fix typo: --frozenlockfile -> --frozen-lockfile in installer script
- Add --frozen-lockfile to default yarn install command
This ensures builds fail if package.json and yarn.lock are out of sync,
rather than silently updating the lockfile.
Co-authored-by: Ona <no-reply@ona.com>1 parent a926587 commit 4eca8ad
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1016 | 1016 | | |
1017 | 1017 | | |
1018 | 1018 | | |
1019 | | - | |
| 1019 | + | |
1020 | 1020 | | |
1021 | 1021 | | |
1022 | 1022 | | |
| |||
1192 | 1192 | | |
1193 | 1193 | | |
1194 | 1194 | | |
1195 | | - | |
| 1195 | + | |
1196 | 1196 | | |
1197 | 1197 | | |
1198 | 1198 | | |
| |||
0 commit comments