diff --git a/Jenkinsfile b/Jenkinsfile index 4f51f30..95f25bf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ pipeline { stage('Install Dependencies') { steps { nodejs(nodeJSInstallationName: 'Node23') { - sh 'pnpm install --frozen-lockfile --production=false --ignore-scripts=false' + sh 'pnpm install --frozen-lockfile --production=false' } } } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml new file mode 100644 index 0000000..7496629 --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,3 @@ +allowBuilds: + puppeteer: true + unrs-resolver: true