编译报错

develop
Hoshi 2024-05-30 17:06:29 +08:00
parent 65c01d510a
commit 798f2a0e0c
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -3,6 +3,7 @@ webPipeline([
onBuildInstallShell:{->
return """
pnpm install --no-prefer-frozen-lockfile
pnpm install url-loader
pnpm run build || echo 'Ignore build error !!!'
"""}
])