1
0
Fork 0
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:
Fedor Katurov 2020-04-20 10:22:03 +07:00
parent 3c00298ebf
commit b97bc60577

4
Jenkinsfile vendored
View file

@ -27,8 +27,8 @@ pipeline {
stage('build') { stage('build') {
steps { steps {
sh 'yarn' sh 'npm install'
sh 'yarn build' sh 'npm build'
} }
} }