From c7449ae611925acda5f856d57f654e0fb8fd8403 Mon Sep 17 00:00:00 2001 From: Hoshi <1196756653@qq.com> Date: Tue, 20 Aug 2024 23:05:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AD=90=E6=A8=A1=E5=9D=97=E5=8D=95=E7=8B=AC?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 6 ++++++ 1 file changed, 6 insertions(+) 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 + """ + }, ])