chore: unify npm registry to uncaged org

publish-all.sh now targets the same org as .npmrc.

小橘 🍊
This commit is contained in:
2026-05-13 06:49:30 +00:00
parent 34fcbf29cb
commit 63e447fc3d
+1 -1
View File
@@ -22,7 +22,7 @@ set -euo pipefail
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)" SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"
MONOREPO_ROOT="$(cd "$SCRIPT_DIR/.." && 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="" DRY_RUN=""
if [[ "${1:-}" == "--dry-run" ]]; then if [[ "${1:-}" == "--dry-run" ]]; then