-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
fix(docs): update npm-publish access flag info #3630
fix(docs): update npm-publish access flag info #3630
Conversation
PR-URL: npm#3630 Credit: @austincho Close: npm#3630 Reviewed-by: @wraithgar
69d1dc0
to
d1812f1
Compare
Thanks for submitting this. docs are a very important part of the cli and improvements here are very much appreciated. |
Sorry about this, but when I accepted this I didn't realize it was in the auto-generated portion of these docs. We're gonna have to revert this and find a better place to put this. |
This is where we'd want to make the change cli/lib/utils/config/definitions.js Line 157 in 59b9851
|
When we accidentally edit the auto-generated portions of the docs, this will catch the error and cause CI to fail. Later phase automated safety check that the early-stage human commenting in the last commit also addresses. Re: #3654 Re: #3630 PR-URL: #3655 Credit: @isaacs Close: #3655 Reviewed-by: @nlf
PR-URL: #3630 Credit: @austincho Close: #3630 Reviewed-by: @wraithgar EDIT(@isaacs): rebased and edited to put config documentation in the correct location.
The only way to turn a public package that's been published to private (or vice versa) is to use
npm access
Using the access flag on thenpm publish
command after the initial publish, has no effect on the access level. The documentation on npm-publish should note these characteristics.References
Closes #1341