Skip to content

Commit

Permalink
Added explicit build step before publishing (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
danoaky-tiny authored Jun 12, 2024
1 parent 6981467 commit 7ffe0f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,9 @@ mixedBeehiveFlow(
echo "Skipping as is not latest release"
}
}
},
preparePublish:{
yarnInstall()
sh "yarn build"
}
)

0 comments on commit 7ffe0f3

Please sign in to comment.