Commit 5138619
committed
Updated yarn command to use --frozen-lockfile
ref yarnpkg/yarn#4147
- Running yarn install without --frozen-lockfile can result in the
yarn.lock file being mutated during the build step
- This means discrepancies between package.json and yarn.lock are
handled silently in CI and not caught until the deployment states later
- By adding --frozen-lockfile to our test build, we'll ensure these
types of issues are caught earlier1 parent 7a6e4d1 commit 5138619
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
0 commit comments