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