|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
|
if [ -z "$NPM_CONFIG_REGISTRY" ] |
|
|
if [ -z "$NPM_CONFIG_REGISTRY" ] |
|
|
then |
|
|
then |
|
|
echo "No custom registry defined." |
|
|
echo "No custom registry defined..." |
|
|
else |
|
|
else |
|
|
echo "Creating custom registry configurations..." |
|
|
echo "Creating custom registry configurations..." |
|
|
echo "registry \"$NPM_CONFIG_REGISTRY\"" |
|
|
echo "registry \"$NPM_CONFIG_REGISTRY\"" |
|
|
xxxxxxxxxx