hotFix: change require to import #2328

Merged
jsegarra merged 5 commits from hotFix_ImportUserError_front into master 2024-04-19 05:53:10 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 9ec51e534d - Show all commits

View File

@ -40,6 +40,7 @@ RUN apt-get update \
WORKDIR /salix
COPY print/package.json print/pnpm-lock.yaml print/
RUN pnpx puppeteer browsers install chrome
Outdated
Review

Prueba para ver si dejaba de fallar puppeteer en jenkins

Prueba para ver si dejaba de fallar puppeteer en jenkins
RUN pnpm install --prod --prefix=print
COPY package.json pnpm-lock.yaml ./