mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
docs(cli-registry): fix sentence grammar (#3112)
This commit is contained in:
parent
44be7b94b7
commit
8eee286b01
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ npm config set always-auth true
|
||||||
|
|
||||||
For defining a registry you must use the `.yarnrc.yml` located in the root of your project or global configuration.
|
For defining a registry you must use the `.yarnrc.yml` located in the root of your project or global configuration.
|
||||||
|
|
||||||
When you publish a package the ``must be used, keep on mind the`publishConfig.registry`in the`package.json` will override this configuration.
|
When you publish a package the `npmRegistryServer` must be used. Keep in mind the `publishConfig.registry` in the `package.json` will override this configuration.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
// .yarnrc.yml
|
// .yarnrc.yml
|
||||||
|
|
Loading…
Reference in a new issue