Commit 2a90a11
authored
[CI] Do not allow yarn.lock to be updated in CI (#5135)
If the user updates package.json in a PR, we need to ensure that the
yarn.lock file is also updated in the same PR. This change will fail the
`yarn install` command in case the yarn.lock is not in sync with
package.json.1 parent 69426fb commit 2a90a11
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
0 commit comments