Skip to content

Commit 08a51dd

Browse files
committed
TINY-12677: Build before publishing
1 parent 75086ad commit 08a51dd

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
@@ -9,4 +9,8 @@ mixedBeehiveFlow(
99
[ browser: 'firefox', provider: 'aws', buckets: 1 ],
1010
[ browser: 'safari', provider: 'lambdatest', buckets: 1 ]
1111
],
12+
preparePublish: {
13+
yarnInstall()
14+
sh "yarn build"
15+
}
1216
)

0 commit comments

Comments
 (0)