We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 001f2c1 commit d1812f1Copy full SHA for d1812f1
docs/content/commands/npm-publish.md
@@ -132,6 +132,11 @@ If you want your scoped package to be publicly viewable (and installable)
132
set `--access=public`. The only valid values for `access` are `public` and
133
`restricted`. Unscoped packages _always_ have an access level of `public`.
134
135
+Note: Using the `--access` flag on the `npm publish` command will only set
136
+the package access level on the initial publish of the package. Any subsequent `npm publish`
137
+commands using the `--access` flag will not have an effect to the access level.
138
+To make changes to the access level after the initial publish use `npm access`.
139
+
140
#### `dry-run`
141
142
* Default: false
0 commit comments