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:31:03 +01:00
parent e248f5d0e8
commit b80f2e305f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -71,7 +71,7 @@ pipeline {
stage('Back') {
steps {
sh 'pnpm install --prefer-offline'
sh 'pnpx puppeteer browsers install chrome'
sh 'cd node_modules/puppeteer && pnpm i'
}
}
stage('Print') {