Browse Source

Additional custom registry logging

framework
Drew Short 6 years ago
parent
commit
ee4d17462a
  1. 3
      administration_client/create_config_files.sh

3
administration_client/create_config_files.sh

@ -4,7 +4,8 @@ if [ -z "$NPM_CONFIG_REGISTRY" ]
then
echo "No custom registry defined."
else
echo "Creating custom registry configurations."
echo "Creating custom registry configurations..."
echo "registry \"$NPM_CONFIG_REGISTRY\""
echo "registry \"$NPM_CONFIG_REGISTRY\"" >> .npmrc
echo "registry \"$NPM_CONFIG_REGISTRY\"" >> .yarnrc
fi
Loading…
Cancel
Save