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

changed npm to yarn

This commit is contained in:
Fedor Katurov 2020-06-05 13:14:12 +07:00
parent ded0f8ffd9
commit 391f1b825f

4
Jenkinsfile vendored
View file

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