Skip to content

Commit

Permalink
INT-3302_4: Use yarn deploy-storybook in Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
danoaky-tiny committed Jun 4, 2024
1 parent da6f5f6 commit ffb7e11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mixedBeehiveFlow(
def status = beehiveFlowStatus()
if (status.branchState == 'releaseReady' && status.isLatest) {
tinyGit.withGitHubSSHCredentials {
exec('yarn storybook-to-ghpages')
exec('yarn deploy-storybook')
}
} else {
echo "Skipping as is not latest release"
Expand Down

0 comments on commit ffb7e11

Please sign in to comment.