Skip to content

Commit 7ffe0f3

Browse files
authored
Added explicit build step before publishing (#537)
1 parent 6981467 commit 7ffe0f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Jenkinsfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,9 @@ mixedBeehiveFlow(
2020
echo "Skipping as is not latest release"
2121
}
2222
}
23+
},
24+
preparePublish:{
25+
yarnInstall()
26+
sh "yarn build"
2327
}
2428
)

0 commit comments

Comments
 (0)