Skip to content

Commit 61a9205

Browse files
build: added yarn install and build
1 parent b92fc03 commit 61a9205

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Jenkinsfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ spec:
8282
script {
8383
echo '## Running semantic-release...'
8484
withEnv(["GH_TOKEN=${RAW_GH_TOKEN_PSW}"]) {
85+
sh 'yarn install --immutable'
86+
sh 'yarn build'
8587
sh 'yarn test-publish-packages'
8688
}
8789
}

0 commit comments

Comments
 (0)