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