From 798f2a0e0cf49e77a4f0e1318bd2aedf7575a03b Mon Sep 17 00:00:00 2001 From: Hoshi <1196756653@qq.com> Date: Thu, 30 May 2024 17:06:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index b376802..b8be6d2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,6 +3,7 @@ webPipeline([ onBuildInstallShell:{-> return """ pnpm install --no-prefer-frozen-lockfile + pnpm install url-loader pnpm run build || echo 'Ignore build error !!!' """} ]) \ No newline at end of file