Commit 7338e7a
committed
fix: when scope is provided use proper separator
it's not documented particularly well but ":" needs to be set between
the scope and "registry" in order to set the proper .npmrc config
https://docs.npmjs.com/files/npmrc#comments
this demonstrates it well although the link is for a different topic
this was incorrectly fixed in verdaccio#341 parent e037799 commit 7338e7a
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | 27 | | |
27 | 28 | | |
| |||
0 commit comments