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 2 deletions
Showing only changes of commit 91e13070c7 - Show all commits

3
Jenkinsfile vendored
View File

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