You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
publishing to npm only works for NPM_TOKEN that match the authToken format, it doesn't allow for repositories that only allow for _auth to be used in npmrc files.
* feat(publib-npm): allow dry run and support `_auth` token type
.npmrc are also created in a temp dir so as to not
overwrite existing npmrc in home directory
fixes#820#819
* docs(readme): update `publib-npm` options
publishing to npm only works for
NPM_TOKEN
that match theauthToken
format, it doesn't allow for repositories that only allow for_auth
to be used innpmrc
files.I've opened a PR for this #821
The text was updated successfully, but these errors were encountered: