You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ci: update lock file through nx.json flag instead (#2476)
## 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.
0 commit comments