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