From 4da33e787ab6423b53bdf7963468788ceb10aa14 Mon Sep 17 00:00:00 2001 From: panjunjie <46790855@qq.com> Date: Mon, 11 Aug 2025 14:53:09 +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 | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c9b0b39..731d6a7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,13 +22,7 @@ pipeline { sh ''' rm -rf node_modules package-lock.json npm config set registry https://registry.npmmirror.com - - # 检查并移除恶意依赖 - if grep -q "vab-contextmenu" package.json; then - echo "发现恶意依赖vab-contextmenu,正在移除..." - npm uninstall vab-contextmenu - fi - + # 安装其他依赖 npm install '''