diff --git a/Jenkinsfile b/Jenkinsfile index 40d82e2..b376802 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,10 +1,8 @@ @Library('jgpl') _ webPipeline([ onBuildInstallShell:{-> - return """ - npm install url-loader --userconfig ${env.NPM_CONFIG_USERCONFIG} --no-package-lock - pnpm install -no-frozen-lockfile - pnpm run build || echo 'Ignore build error !!!' - """ - }, + return """ + pnpm install --no-prefer-frozen-lockfile + pnpm run build || echo 'Ignore build error !!!' + """} ]) \ No newline at end of file