2024-08-20 12:20:15 +00:00
|
|
|
@Library('jgpl_6.5') _
|
2024-08-20 14:41:17 +00:00
|
|
|
webPipeline([
|
2024-08-20 14:42:17 +00:00
|
|
|
cmpOnBuildInstallShell: {->
|
2024-08-20 14:36:40 +00:00
|
|
|
return """
|
|
|
|
pnpm install
|
2024-08-20 14:19:03 +00:00
|
|
|
pnpm install url-loader
|
2024-08-20 14:54:33 +00:00
|
|
|
pnpm install @vue/composition-api lodash lodash-es sortablejs tslib viewerjs/dist/viewer.css
|
2024-08-20 14:36:40 +00:00
|
|
|
"""
|
|
|
|
},
|
2024-08-20 15:05:14 +00:00
|
|
|
smsOnBuildInstallShell: {->
|
|
|
|
return """
|
|
|
|
pnpm install
|
2024-08-20 15:09:38 +00:00
|
|
|
pnpm install url-loader lodash-es tslib
|
2024-08-20 15:05:14 +00:00
|
|
|
"""
|
|
|
|
},
|
2024-08-20 14:41:17 +00:00
|
|
|
])
|