fix: rutasAnalyzeHotFix #2119

Merged
robert merged 30 commits from rutasAnalyzeHotFix into master 2024-03-07 07:21:47 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit b80f2e305f - Show all commits

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') {