Explorar el Código

fix: jenkins打包修改

mingliang.yang hace 3 semanas
padre
commit
51eac13f11
Se han modificado 1 ficheros con 1 adiciones y 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'
             }
         }