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