更新 Jenkinsfile

This commit is contained in:
panjunjie 2025-08-11 18:05:07 +08:00
parent 88563b9228
commit cac4acbcbf

2
Jenkinsfile vendored
View File

@ -23,7 +23,7 @@ pipeline {
echo "清理旧依赖..."
rm -rf node_modules package-lock.json
npm cache clean --force
echo "设置国内腾讯云镜像源加速..."
npm config set registry https://mirrors.cloud.tencent.com/npm/