feat: refs #6777 puppeteer

This commit is contained in:
Robert Ferrús 2024-04-19 07:48:45 +02:00
parent 4f7d315719
commit 067e71e3ce
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -71,6 +71,7 @@ pipeline {
stage('Back') { stage('Back') {
steps { steps {
sh 'pnpm install --prefer-offline' sh 'pnpm install --prefer-offline'
sh 'node node_modules/puppeteer/install.mjs'
} }
} }
stage('Print') { stage('Print') {