Update Jenkinsfile.groovy
This commit is contained in:
parent
feff7eb3e3
commit
21ccf34862
@ -12,7 +12,7 @@ pipeline {
|
||||
}
|
||||
stage('Install dependencies') {
|
||||
steps {
|
||||
sh 'npm i'
|
||||
sh 'pnpm i'
|
||||
}
|
||||
}
|
||||
stage('Buid') {
|
||||
|
Loading…
Reference in New Issue
Block a user