mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
jenkins: yarn --> npm
This commit is contained in:
parent
3c00298ebf
commit
b97bc60577
1 changed files with 2 additions and 2 deletions
4
Jenkinsfile
vendored
4
Jenkinsfile
vendored
|
@ -27,8 +27,8 @@ pipeline {
|
||||||
|
|
||||||
stage('build') {
|
stage('build') {
|
||||||
steps {
|
steps {
|
||||||
sh 'yarn'
|
sh 'npm install'
|
||||||
sh 'yarn build'
|
sh 'npm build'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue