Parcourir la source

fix: 2025-02-13 添加jenkines打包文件

mingliang.yang il y a 4 mois
Parent
commit
48dc6ed3b7
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      Jenkinsfile

+ 2 - 2
Jenkinsfile

@@ -12,7 +12,7 @@ pipeline {
         stage('Install Dependencies') {
             steps {
                 // 安装项目依赖
-                sh 'npm install'
+                sh 'pnpm install'
             }
         }
 
@@ -39,4 +39,4 @@ pipeline {
             cleanWs()
         }
     }
-}
+}