mirror of
https://github.com/actions/setup-node.git
synced 2025-12-15 01:01:38 +08:00
Overwrite scoped registry
This commit is contained in:
1
__tests__/data/.npmrc
Normal file
1
__tests__/data/.npmrc
Normal file
@@ -0,0 +1 @@
|
||||
registry=http://example.com
|
||||
1
__tests__/data/.npmrc-scoped
Normal file
1
__tests__/data/.npmrc-scoped
Normal file
@@ -0,0 +1 @@
|
||||
@myscope:registry=http://example.com
|
||||
2
__tests__/data/.npmrc-scoped-with-registry
Normal file
2
__tests__/data/.npmrc-scoped-with-registry
Normal file
@@ -0,0 +1,2 @@
|
||||
registry=http://base.com
|
||||
@myscope:registry=http://example.com
|
||||
Reference in New Issue
Block a user