File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed
data/reusables/package_registry Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -192,18 +192,16 @@ If your instance has subdomain isolation enabled:
192
192
{% endif %}
193
193
194
194
```shell
195
- registry=https://{% if currentVersion == "free-pro-team@latest" %}npm.pkg.github.com{% else %}npm.<em>HOSTNAME</em>{% endif %}/<em>OWNER</em>
196
- @<em>OWNER</em>:registry=https://{% if currentVersion == "free-pro-team@latest" %}npm.pkg.github.com{% else %}npm.<em>HOSTNAME</em>/{% endif %}
197
- @<em>OWNER</em>:registry=https://{% if currentVersion == "free-pro-team@latest" %}npm.pkg.github.com{% else %}npm.<em>HOSTNAME</em>/{% endif %}
195
+ @<em>OWNER</em>:registry=https://{% if currentVersion == "free-pro-team@latest" %}npm.pkg.github.com{% else %}npm.<em>HOSTNAME</em>{% endif %}
196
+ @<em>OWNER</em>:registry=https://{% if currentVersion == "free-pro-team@latest" %}npm.pkg.github.com{% else %}npm.<em>HOSTNAME</em>{% endif %}
198
197
```
199
198
200
199
{% if enterpriseServerVersions contains currentVersion %}
201
200
If your instance has subdomain isolation disabled:
202
201
203
202
```shell
204
- registry=https://<em>HOSTNAME</em>/_registry/npm/<em>OWNER</em>
205
- @<em>OWNER</em>:registry=https://<em>HOSTNAME</em>/_registry/npm/
206
- @<em>OWNER</em>:registry=https://<em>HOSTNAME</em>/_registry/npm/
203
+ @<em>OWNER</em>:registry=https://<em>HOSTNAME</em>/_registry/npm
204
+ @<em>OWNER</em>:registry=https://<em>HOSTNAME</em>/_registry/npm
207
205
```
208
206
{% endif %}
209
207
Original file line number Diff line number Diff line change 2
2
3
3
{% if currentVersion == "free-pro-team@latest" %}
4
4
``` shell
5
- registry=https://npm.pkg.github.com/ < em > OWNER < /em >
5
+ @ < em > OWNER < /em > : registry=https://npm.pkg.github.com
6
6
```
7
7
{% else %}
8
8
If subdomain isolation is enabled:
9
9
``` shell
10
- registry=https://npm.< em> HOSTNAME< /em > / < em > OWNER < /em>
10
+ @ < em > OWNER < /em > : registry=https://npm.< em> HOSTNAME< /em>
11
11
```
12
12
If subdomain isolation is disabled:
13
13
``` shell
14
- https:// < em> HOSTNAME < /em> /_registry/npm/ < em> OWNER < /em>
14
+ @ < em> OWNER < /em> :registry=https:// < em> HOSTNAME < /em> /_registry/npm
15
15
```
16
16
{% endif %}
You can’t perform that action at this time.
0 commit comments