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