microsoft / beachball

The Sunniest Semantic Version Bumper

Home Page:https://microsoft.github.io/beachball

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use root .npmrc to publish instead of passing -r -n

NickSevens opened this issue · comments

I'm trying to publish a monorepo's packages into Azure DevOps Artifacts.
However, I need to pass the registry url and access token in the beachball publish command.
Is there any way to use the .npmrc file instead (at least for the access token) - so I can use the npmAuthenticate devops action?