子模块单独构建参数

develop
Hoshi 2024-08-20 23:05:14 +08:00
parent 3f3a9642a3
commit c7449ae611
1 changed files with 6 additions and 0 deletions

6
Jenkinsfile vendored
View File

@ -7,4 +7,10 @@ webPipeline([
pnpm install @vue/composition-api lodash lodash-es sortablejs tslib viewerjs/dist/viewer.css
"""
},
smsOnBuildInstallShell: {->
return """
pnpm install
pnpm install url-loader
"""
},
])