-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat(yarn): add credentials to .yarnrc.yml #10052
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good so far
This might not get everything right yet, but I don't think it can make anything worse. So I'd like to merge it as long as it has little chance of breaking anything. |
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
Co-authored-by: Noah <noahnu@gmail.com>
🎉 This PR is included in version 25.27.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Changes:
Merges npm hostRules into
.yarnrc.yml
to enable private authentication in Yarn 2+Context:
Yarn 2+ does not read credentials from
.npmrc
.Closes #9985
Documentation (please check one with an [x])
How I've tested my work (please tick one)
I have verified these changes via: