更新 Jenkinsfile

This commit is contained in:
panjunjie 2025-08-11 15:01:00 +08:00
parent 8dddbb730b
commit f215c8677e

2
Jenkinsfile vendored
View File

@ -25,7 +25,7 @@ pipeline {
npm cache clean --force npm cache clean --force
echo "设置国内镜像源加速..." echo "设置国内镜像源加速..."
npm config set registry https://registry.npmmirror.com npm config set registry https://registry.npmjs.org
# 安装其他依赖 # 安装其他依赖
npm install npm install