子模块单独构建参数

develop
Hoshi 2024-08-20 23:09:38 +08:00
parent c7449ae611
commit c0c61e36ec
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ webPipeline([
smsOnBuildInstallShell: {-> smsOnBuildInstallShell: {->
return """ return """
pnpm install pnpm install
pnpm install url-loader pnpm install url-loader lodash-es tslib
""" """
}, },
]) ])