revert switch to yarn 2

This commit is contained in:
2020-02-19 10:00:25 +01:00
parent 56f81a7a1a
commit 72ea19cef8
6 changed files with 1305 additions and 1824 deletions

1
Jenkinsfile vendored
View File

@ -16,7 +16,6 @@ pipeline {
script {
currentBuild.displayName = env.VERSION
}
sh 'yarn'
sh 'yarn ci ${VERSION}'
}
}