fix: try to fix puppeteer
gitea/salix/pipeline/pr-master There was a failure building this commit
Details
gitea/salix/pipeline/pr-master There was a failure building this commit
Details
This commit is contained in:
parent
0d7a03f655
commit
8e612aaddc
|
@ -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