diff --git a/Jenkinsfile b/Jenkinsfile index 399162a..9a1743b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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/