Updated registry.
This commit is contained in:
@@ -20,7 +20,7 @@ if [[ -n "$WORKING_DIR" && "$WORKING_DIR" != "." ]]; then
|
||||
fi
|
||||
|
||||
# Configure npm registry
|
||||
if [[ -n "$REGISTRY" && "$REGISTRY" != "https://registry.npmjs.org" ]]; then
|
||||
if [[ -n "$REGISTRY" ]]; then
|
||||
npm config set registry "$REGISTRY"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user