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:42:06 +01:00
parent 0d7a03f655
commit 8e612aaddc
2 changed files with 1 additions and 5 deletions

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'),
};