switch to yarn

This commit is contained in:
2020-02-05 20:16:25 +01:00
parent b92c6c4144
commit aa542372cc
5 changed files with 1585 additions and 1977 deletions
Vendored
+2 -2
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
@@ -29,7 +29,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"
-1858
View File
File diff suppressed because it is too large Load Diff
+1466
View File
File diff suppressed because it is too large Load Diff