From d13e30369c9cfd25f03d702d6efb7b36561cbde4 Mon Sep 17 00:00:00 2001 From: panjunjie <46790855@qq.com> Date: Mon, 11 Aug 2025 16:22:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Jenkinsfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3578fc3..409f068 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ pipeline { echo "设置国内镜像源加速..." # 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