Explorar o código

fix: jenkins打包修改

mingliang.yang hai 3 semanas
pai
achega
51eac13f11
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jenkinsfile

+ 1 - 1
Jenkinsfile

@@ -18,7 +18,7 @@ pipeline {
         stage('Build') {
             steps {
                 // 构建Vue项目(开发环境)
-                sh 'npm run build:dev'
+                sh 'pnpm run build:dev'
             }
         }