1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-24 20:36:40 +07:00

fixed jenkins

This commit is contained in:
Fedor Katurov 2020-04-20 11:22:11 +07:00
parent b97bc60577
commit 55c806ce21

2
Jenkinsfile vendored
View file

@ -28,7 +28,7 @@ pipeline {
stage('build') { stage('build') {
steps { steps {
sh 'npm install' sh 'npm install'
sh 'npm build' sh 'npm run build'
} }
} }