-
Notifications
You must be signed in to change notification settings - Fork 631
[rush] rush-sdk try to load from global folder before install-and-run rush #3878
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[rush] rush-sdk try to load from global folder before install-and-run rush #3878
Conversation
common/changes/@microsoft/rush/feat-rush-sdk-load-from-global-folder_2023-01-08-12-28.json
Outdated
Show resolved
Hide resolved
51077b4
to
3884bb4
Compare
88c8e3b
to
ef31e73
Compare
1eb2be2
to
64a0288
Compare
This MR has been a while. I recalled it and updated the code! Use |
Co-authored-by: Ian Clanton-Thuon <iclanton@users.noreply.github.com>
Hi @iclanton , I pushed code modifications as your suggestions. Could you kindly take another look? Thx! |
For the merge conflict, I merged the latest main branch and fixed it yesterday. However, there is a merge conflicts with main's repo-state.json today... |
…-load-from-global-folder # Conflicts: # common/config/subspaces/build-tests-subspace/repo-state.json
🚀 Finally released with Rush 5.129.7 |
Summary
This PR add a feature to
rush-sdk
.Details
Before invoking install-and-run rush, try to load rush-lib from rush global folder for a better reuse of installed rush-lib.
How it was tested
Tested locally
Impacted documentation
Nope