Skip to content

Commit 1d124c4

Browse files
committed
feat: pnpm包下载源改为:https://mirrors.tencent.com/npm/`
1 parent e5c22d7 commit 1d124c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/ci

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
##
77

88

9-
NPM_REGISTRY="https://registry.npmmirror.com"
9+
NPM_REGISTRY="https://mirrors.tencent.com/npm/"
1010

1111
## 获取所有参数
1212
echo "运行命令: COREPACK_NPM_REGISTRY=$NPM_REGISTRY corepack enable pnpm && pnpm i --registry $NPM_REGISTRY --frozen-lockfile $*"

0 commit comments

Comments
 (0)