Commit 7bb5df3
authored
ci: update lock file through
## Summary:
This reverts commit 791012b.
We had some custom logic to update the lock file after the "version"
step of release happened. Turns out you can just do that directly
through `nx`... so let's remove the logic and do it that was instead.
## Test Plan:
Ran `nx release --skip-publish` locally (and cmd+c'ed it before it
committed anything...) to see if the lock would update with the new
versions and it did.nx.json flag instead (#2476)1 parent fd4d1fa commit 7bb5df3
2 files changed
+1
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | 7 | | |
9 | 8 | | |
| |||
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | | - | |
22 | | - | |
23 | 20 | | |
24 | 21 | | |
25 | 22 | | |
| |||
66 | 63 | | |
67 | 64 | | |
68 | 65 | | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | 66 | | |
74 | 67 | | |
75 | 68 | | |
| |||
0 commit comments