beachball
beachball copied to clipboard
Use root .npmrc to publish instead of passing -r -n
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?