ci: update yarn.lock as part of nx release#2426
Merged
Saadnajmi merged 2 commits intomicrosoft:mainfrom Mar 19, 2025
Merged
Conversation
tido64
reviewed
Mar 19, 2025
Co-authored-by: Tommy Nguyen <4123478+tido64@users.noreply.github.com>
tido64
approved these changes
Mar 19, 2025
yarn install as part of nx releaseyarn.lock as part of nx release
Saadnajmi
added a commit
to Saadnajmi/react-native-macos
that referenced
this pull request
Mar 19, 2025
## 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>
Saadnajmi
added a commit
to Saadnajmi/react-native-macos
that referenced
this pull request
Mar 19, 2025
## 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>
This was referenced Mar 19, 2025
Saadnajmi
added a commit
that referenced
this pull request
Mar 19, 2025
Saadnajmi
added a commit
that referenced
this pull request
Mar 19, 2025
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary:
nx releasewill bump local packages that are referenced in our lock file, thus invalidating the lock file till we runyarn installagain. Let's runyarn installas part of our generatorTest Plan:
Tested by cherry picking this commit to a local
0.77-stablebranch, creating a version plan, and runningnx release --dry-run.yarn installwas run.