Explorar o código

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

mingliang.yang hai 3 meses
pai
achega
c1c6b9cdf5
Modificáronse 1 ficheiros con 5 adicións e 1 borrados
  1. 5 1
      Jenkinsfile

+ 5 - 1
Jenkinsfile

@@ -8,7 +8,11 @@ pipeline {
                 checkout scm
             }
         }
-
+     stage('Install pnpm') {
+            steps {
+                sh 'npm install -g pnpm'
+            }
+        }
         stage('Install Dependencies') {
             steps {
                 // 安装项目依赖