fix: rutasAnalyzeHotFix #2119
|
@ -70,6 +70,7 @@ pipeline {
|
|||
parallel {
|
||||
stage('Back') {
|
||||
steps {
|
||||
sh 'pnpp config set puppeteer_skip_chromium_download true -g'
|
||||
sh 'pnpm install --prefer-offline'
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
const {join} = require('path');
|
||||
|
||||
module.exports = {
|
||||
cacheDirectory: join(__dirname, '.cache', 'puppeteer'),
|
||||
};
|
Loading…
Reference in New Issue