更新 Jenkinsfile

This commit is contained in:
panjunjie 2025-08-11 16:22:50 +08:00
parent 0efb648580
commit d13e30369c

2
Jenkinsfile vendored
View File

@ -26,7 +26,7 @@ pipeline {
echo "设置国内镜像源加速..." echo "设置国内镜像源加速..."
# npm config set registry https://registry.npmmirror.com # npm config set registry https://registry.npmmirror.com
npm install package-name --registry=https://mirrors.cloud.tencent.com/npm/ npm config set registry https://mirrors.cloud.tencent.com/npm/
# 安装其他依赖 # 安装其他依赖
npm install npm install