Skip to content

Commit 641e0e5

Browse files
author
微信公众号:储凡
authored
Merge pull request #164 from 142vip/perf/ci
feat: `pnpm`包下载源改为:`https://mirrors.tencent.com/npm/`
2 parents e5c22d7 + 1d124c4 commit 641e0e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)