-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Check npm login and registry before publishing #55
Comments
If you're doing this for security then it's pointless. |
I have to switch between npm profiles for different (public and private) registries |
I'm going to just do a check at the beginning to make sure that you're logged in to the right registry.
Logging in is overkill, but I think the more checks we can do at the beginning is good. |
This thread has been automatically locked because there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
If you aren't logged in to npm, lerna should stop and ask you to login. It would be good if it logged you back out afterwards.
The text was updated successfully, but these errors were encountered: