Closed jonchurch closed 2 months ago
Meant to open as draft, we should discuss this and I want to test it further before landing
Any updates on this? Would love to have this PR in. This would make it easy for rush users.
This PR is not nedded anymore since you can pass the .npmrc
path.
Im using npm exec ado-npm-auth@^0.1.11 -- -c common/config/rush/.npmrc
Closes #18
This adds support for discovering
.npmrc
in alternative locations if not found at repo root.The alternative I have added is Rush's default
.npmrc
location.Slight refactor, to split out resovling a
.npmrc
fromt the function that also attempts to read data from it.