-
Notifications
You must be signed in to change notification settings - Fork 601
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
cache installed deps on CI #4796
base: main
Are you sure you want to change the base?
cache installed deps on CI #4796
Conversation
Is this any faster than letting pnpm install directly? I know for the main repo I support I abandoned dependency caching because it's faster to download and install the tarballs than the registry (though that is probably impacted by having a within-datacenter mirror). |
I'm sorry for omitting the description block ... I didn't realize that this would open outside of my repo. It's obviously not ready for review yet. @dmichon-msft the purpose of this PR is not for efficiency - it's for creating a documented reference for others to see. There was no clear place where I could conclusively find the best way to cache deps for rush, so I figured why not put it in the most authoritative place - the source code. |
Summary
Details
How it was tested
Impacted documentation