Commit 791012b
ci: update
## Summary:
`nx release` will bump local packages that are referenced in our lock
file, thus invalidating the lock file till we run `yarn install` again.
Let's run `yarn install` as part of our generator
## Test Plan:
Tested by cherry picking this commit to a local `0.77-stable` branch,
creating a version plan, and running `nx release --dry-run`. `yarn
install` was run.
---------
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>yarn.lock as part of nx release (#2426)1 parent 555a19c commit 791012b
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
60 | 63 | | |
61 | 64 | | |
62 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
63 | 70 | | |
64 | 71 | | |
65 | 72 | | |
| |||
0 commit comments