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
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 8b468b52ea - Show all commits

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