diff --git a/Jenkinsfile b/Jenkinsfile index c4a1eec..9b9251a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -14,7 +14,7 @@ def deploy() { stage('Install Dependencies (Ubuntu)') { nodejs(nodeJSInstallationName: 'Node23') { - sh 'pnpm install --frozen-lockfile --production=false --ignore-scripts=false' + sh 'pnpm install --frozen-lockfile --production=false' } }