From c73ada0f43a71119f09bb78a90c97e8281354877 Mon Sep 17 00:00:00 2001 From: ALEX <2604434353@qq.com> Date: Wed, 16 Jul 2025 14:53:26 +0800 Subject: [PATCH] add Jenkinsfile --- Jenkinsfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0e33271..7167551 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -19,9 +19,6 @@ pipeline { stage('Install & Build') { steps { sh ''' - rm -rf node_modules package-lock.json dist - npm cache clean --force - npm config set registry https://registry.npmmirror.com npm install --legacy-peer-deps npx vue-cli-service build '''