Jenkins: fix yarn

This commit is contained in:
pavelbannov 2021-10-16 00:00:10 +03:00
parent bf80429f52
commit 3022906b97

2
build/Jenkinsfile vendored
View File

@ -23,7 +23,7 @@ pipeline {
stages {
stage('Frontend') {
steps {
bat "\"C:\Program Files (x86)\Yarn\bin\yarn\" install --frozen-lockfile --force && yarn build"
bat "yarn install --frozen-lockfile --force && yarn build"
}
}
stage('Backend') {