更新 Jenkinsfile

This commit is contained in:
panjunjie 2025-08-10 20:55:04 +08:00
parent 55a21d594b
commit d8168246fe

2
Jenkinsfile vendored
View File

@ -14,7 +14,7 @@ pipeline {
stage('安装依赖') { stage('安装依赖') {
steps { steps {
ssh ''' sh '''
rm -rf node_modules package-lock.json rm -rf node_modules package-lock.json
npm config set registry https://registry.npmmirror.com npm config set registry https://registry.npmmirror.com
npm install npm install