diff --git a/Jenkinsfile b/Jenkinsfile index 2eab390..f52c52c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 + """ + }, ])