Skip to content

Commit 1f8ae2e

Browse files
committed
chore: update
1 parent 2cac46e commit 1f8ae2e

File tree

2 files changed

+42
-33
lines changed

2 files changed

+42
-33
lines changed

pnpm-lock.yaml

Lines changed: 40 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/ci

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ NPM_REGISTRY="https://mirrors.tencent.com/npm/"
1212
echo "运行命令: export COREPACK_NPM_REGISTRY=$NPM_REGISTRY && corepack enable pnpm && pnpm i --registry $NPM_REGISTRY --frozen-lockfile $*"
1313

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

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

0 commit comments

Comments
 (0)