1
0
mirror of synced 2025-12-30 03:01:36 -05:00

Merge pull request #32126 from github/repo-sync

repo sync
This commit is contained in:
Octomerger Bot
2022-10-27 08:55:59 -07:00
committed by GitHub

View File

@@ -142,14 +142,14 @@ You can use `publishConfig` element in the *package.json* file to specify the re
{% endif %}
```shell
"publishConfig": {
"registry":"https://{% ifversion fpt or ghec %}npm.pkg.github.com{% else %}npm.HOSTNAME/{% endif %}"
"registry": "https://{% ifversion fpt or ghec %}npm.pkg.github.com{% else %}npm.HOSTNAME/{% endif %}"
},
```
{% ifversion ghes %}
If your instance has subdomain isolation disabled:
```shell
"publishConfig": {
"registry":"https://HOSTNAME/_registry/npm/"
"registry": "https://HOSTNAME/_registry/npm/"
},
```
{% endif %}