Updated registry.

This commit is contained in:
2026-01-01 18:00:28 -08:00
parent 815c4696d6
commit 0fe8c2d522
2 changed files with 1 additions and 5 deletions

View File

@@ -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