diff --git a/Jenkinsfile b/Jenkinsfile index 2bd1acd..ab42189 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..9a0089f --- /dev/null +++ b/pnpm-workspace.yaml @@ -0,0 +1,6 @@ +allowBuilds: + bcrypt: true + chromedriver: true + core-js: true + puppeteer: true + unrs-resolver: true \ No newline at end of file