0
0
Fork 0

refs #6797 fix(jenkins) use pnpm

This commit is contained in:
Alex Moreno 2024-02-21 13:16:59 +01:00
parent 841544767e
commit b75afd6ec5
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -62,7 +62,7 @@ pipeline {
NODE_ENV = ""
}
steps {
sh 'pnpm install --no-audit --prefer-offline'
sh 'pnpm install --prefer-offline'
}
}
stage('Test') {