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-04-19 07:21:35 +02:00
parent f766b9a3b1
commit 8b468b52ea
2 changed files with 2 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -71,6 +71,8 @@ pipeline {
stage('Back') {
steps {
sh 'pnpm install --prefer-offline'
sh 'pnpx puppeteer browsers install chrome'
// sh 'node node_modules/puppeteer/install.mjs'
}
}
stage('Print') {

View File

@ -45,7 +45,6 @@ RUN pnpm install --prod --prefix=print
COPY package.json pnpm-lock.yaml ./
COPY loopback/package.json loopback/
RUN pnpm install --prod
RUN node node_modules/puppeteer/install.mjs
COPY loopback loopback
COPY back back