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