diff --git a/Jenkinsfile b/Jenkinsfile index 95f25bf..4f51f30 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -26,7 +26,7 @@ pipeline { stage('Install Dependencies') { steps { nodejs(nodeJSInstallationName: 'Node23') { - sh 'pnpm install --frozen-lockfile --production=false' + sh 'pnpm install --frozen-lockfile --production=false --ignore-scripts=false' } } }