Skip to content

Commit b4f38f6

Browse files
authored
INT-3305: Fix for Jenkinsfile "command not found" error (#379)
* INT-3305: Jenkinsfile now uses correct storybook deployment script * INT-3305: Change version back to an rc for releasing
1 parent 35b0806 commit b4f38f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mixedBeehiveFlow(
2020
def status = beehiveFlowStatus()
2121
if (status.branchState == 'releaseReady' && status.isLatest) {
2222
sshagent (credentials: ['3e856116-029e-4c8d-b57d-593b2fba3cb2']) {
23-
exec('yarn storybook-to-ghpages')
23+
exec('yarn deploy-storybook')
2424
}
2525
} else {
2626
echo "Skipping as is not latest release"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
"dependencies": {
7373
"tinymce": "^5.10.7"
7474
},
75-
"version": "8.0.0",
75+
"version": "8.0.0-rc",
7676
"name": "@tinymce/tinymce-angular"
7777
}

0 commit comments

Comments
 (0)