Browse Source

fix: jenkins打包修改

mingliang.yang 3 weeks ago
parent
commit
90a053c141
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Jenkinsfile

+ 2 - 0
Jenkinsfile

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