fix: rutasAnalyzeHotFix #2119

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

1
Jenkinsfile vendored
View File

@ -70,6 +70,7 @@ pipeline {
parallel {
stage('Back') {
steps {
sh 'pnpp config set puppeteer_skip_chromium_download true -g'
sh 'pnpm install --prefer-offline'
}
}

View File

@ -1,5 +0,0 @@
const {join} = require('path');
module.exports = {
cacheDirectory: join(__dirname, '.cache', 'puppeteer'),
};