From 63e447fc3da90a75279dc373dd1112c62d6e257f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=A9=98?= Date: Wed, 13 May 2026 06:49:30 +0000 Subject: [PATCH] chore: unify npm registry to uncaged org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit publish-all.sh now targets the same org as .npmrc. 小橘 🍊 --- scripts/publish-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish-all.sh b/scripts/publish-all.sh index 1601f58..dbeb3bc 100755 --- a/scripts/publish-all.sh +++ b/scripts/publish-all.sh @@ -22,7 +22,7 @@ set -euo pipefail SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" MONOREPO_ROOT="$(cd "$SCRIPT_DIR/.." && pwd)" -REGISTRY="https://git.shazhou.work/api/packages/shazhou/npm/" +REGISTRY="https://git.shazhou.work/api/packages/uncaged/npm/" DRY_RUN="" if [[ "${1:-}" == "--dry-run" ]]; then