Explorar el Código

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

mingliang.yang hace 3 meses
padre
commit
48dc6ed3b7
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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()
         }
     }
-}
+}