Skip to content

Commit 62b1e26

Browse files
committed
chore: COREPACK_INTEGRITY_KEYS=0
1 parent 9254cc6 commit 62b1e26

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
@@ -11,7 +11,7 @@ NPM_REGISTRY="https://mirrors.tencent.com/npm/"
1111
echo "运行命令: export COREPACK_NPM_REGISTRY=$NPM_REGISTRY && corepack enable pnpm && pnpm i --registry $NPM_REGISTRY --frozen-lockfile $*"
1212

1313
# 导出corepack环境变量,安装pnpm版本
14-
export COREPACK_NPM_REGISTRY=$NPM_REGISTRY && corepack enable pnpm
14+
export COREPACK_NPM_REGISTRY=$NPM_REGISTRY COREPACK_INTEGRITY_KEYS=0 && corepack enable pnpm
1515

1616
# 安装项目依赖 -w -F @142vip/fairy-cli
1717
pnpm i --registry $NPM_REGISTRY --frozen-lockfile "$@"

0 commit comments

Comments
 (0)