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
npm publish respects a separate set of config that we don't display to the end-user anywhere (ie. package.jsonpublishConfig). This can be confusing & makes troubleshooting/debugging harder then it needs to be.
Exit Criteria
log the configured registry the user is publishing to when they run npm publish (ex. this should be similar to what we do for npm login - screenshot below)
The text was updated successfully, but these errors were encountered:
Summary
npm publish
respects a separate set of config that we don't display to the end-user anywhere (ie.package.json
publishConfig
). This can be confusing & makes troubleshooting/debugging harder then it needs to be.Exit Criteria
npm publish
(ex. this should be similar to what we do fornpm login
- screenshot below)The text was updated successfully, but these errors were encountered: