fix: set .npmrc in HOME dir before publishing (#206)

This commit is contained in:
Brandon Keiji
2025-04-29 01:16:42 +00:00
committed by GitHub
parent cd1ddcb4f1
commit 3073c67861
6 changed files with 11 additions and 11 deletions

View File

@@ -49,6 +49,4 @@ if [ -n "${COLORTERM:-}" ]; then run_args+=(--env COLORTERM="$COLORTERM"); fi
# this is the preferred mechanism to detect if inside container/sandbox
run_args+=(--env "SANDBOX=$IMAGE:$TAG-$INDEX")
node_args=("$CLI_PATH" "$@")
docker run "${run_args[@]}" --init --workdir "$WORKDIR" "$REGISTRY/$IMAGE:$TAG" node "${node_args[@]}"
docker run "${run_args[@]}" --init --workdir "$WORKDIR" "$REGISTRY/$IMAGE:$TAG"