build: refs #6706 Migration to pnpm #1990

Merged
juan merged 12 commits from 6706-optimizeHooks into dev 2024-02-05 10:29:48 +00:00
1 changed files with 0 additions and 7 deletions
Showing only changes of commit d78c8aef40 - Show all commits

7
Jenkinsfile vendored
View File

@ -60,13 +60,6 @@ pipeline {
}
steps {
sh 'pnpm install --prefer-offline'
}
}
stage('Print') {
when {
expression { FROM_GIT }
}
steps {
sh 'pnpm install --prefer-offline --prefix=print'
}
}