switch to yarn

This commit is contained in:
Timo Hocker 2020-02-05 20:13:43 +01:00
parent 9581fbf2b3
commit 9457505a4c
6 changed files with 1821 additions and 2399 deletions

4
Jenkinsfile vendored
View File

@ -15,7 +15,7 @@ pipeline {
stage('Setup') {
steps {
echo 'Setting up test environment'
sh 'npm ci'
sh 'yarn --frozen-lockfile'
sh 'nodejs jenkins.js ${VERSION}'
script {
currentBuild.displayName = env.VERSION
@ -35,7 +35,7 @@ pipeline {
publish = sh script: "git log -1 | grep '\\[no publish\\]'", returnStatus: true
if (publish != 0) {
echo 'Deploying'
sh 'npm publish'
sh 'yarn publish'
} else {
echo 'Build successful, Commit not marked for deploying'
currentBuild.result = "UNSTABLE"

2281
package-lock.json generated

File diff suppressed because it is too large Load Diff

1703
yarn.lock Normal file

File diff suppressed because it is too large Load Diff