fix: try to fix puppeteer
gitea/salix/pipeline/pr-master There was a failure building this commit Details

This commit is contained in:
Alex Moreno 2024-03-06 07:51:58 +01:00
parent 37ddf35420
commit 237ffd60d0
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -79,6 +79,7 @@ pipeline {
}
steps {
sh 'pnpm install --prefer-offline --prefix=print'
sh 'pnpx puppeteer browsers install chrome --prefix=print`'
}
}
stage('Front') {