File tree 4 files changed +97
-146
lines changed
4 files changed +97
-146
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ mixedBeehiveFlow(
14
14
def status = beehiveFlowStatus()
15
15
if (status. branchState == ' releaseReady' && status. isLatest) {
16
16
tinyGit. withGitHubSSHCredentials {
17
- exec(' yarn storybook-to-ghpages ' )
17
+ exec(' yarn deploy-storybook ' )
18
18
}
19
19
} else {
20
20
echo " Skipping as is not latest release"
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ This package is a thin wrapper around [TinyMCE](https://github.com/tinymce/tinym
7
7
* If you need detailed documentation on TinyMCE, see: [ TinyMCE Documentation] ( https://www.tiny.cloud/docs/tinymce/7/ ) .
8
8
* For the TinyMCE Vue Quick Start, see: [ TinyMCE Documentation - Vue Integration] ( https://www.tiny.cloud/docs/tinymce/7/vue-cloud ) .
9
9
* For the TinyMCE Vue Technical Reference, see: [ TinyMCE Documentation - TinyMCE Vue Technical Reference] ( https://www.tiny.cloud/docs/tinymce/7/vue-ref ) .
10
+ * For our quick demos, check out the TinyMCE Vue [ Storybook] ( https://tinymce.github.io/tinymce-vue/ ) .
11
+
10
12
11
13
### Support
12
14
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tinymce/tinymce-vue" ,
3
- "version" : " 6.0.0" ,
3
+ "version" : " 6.0.0-rc " ,
4
4
"description" : " Official TinyMCE Vue 3 Component" ,
5
5
"private" : false ,
6
6
"repository" : {
16
16
"build" : " yarn run clean && yarn run lint && tsc -p ./tsconfig.es2015.json && tsc -p ./tsconfig.cjs.json && node rollup.build.js" ,
17
17
"storybook" : " start-storybook -p 6006" ,
18
18
"demo" : " vite" ,
19
- "build-storybook" : " build-storybook"
19
+ "build-storybook" : " build-storybook" ,
20
+ "deploy-storybook" :
" yarn build-storybook && gh-pages -d ./storybook-static -u 'tiny-bot <[email protected] >'"
20
21
},
21
22
"keywords" : [
22
23
" tinymce" ,
47
48
"@storybook/addon-notes" : " ^5.3.21" ,
48
49
"@storybook/builder-webpack5" : " ^6.5.16" ,
49
50
"@storybook/manager-webpack5" : " ^6.5.16" ,
50
- "@storybook/storybook-deployer" : " ^2.8.16" ,
51
51
"@storybook/vue3" : " ^6.5.13" ,
52
52
"@tinymce/beehive-flow" : " ^0.19.0" ,
53
53
"@tinymce/eslint-plugin" : " ^2.3.1" ,
60
60
"babel-register" : " ^6.26.0" ,
61
61
"css-loader" : " ^6.2.0" ,
62
62
"file-loader" : " ^6.0.0" ,
63
+ "gh-pages" : " ^6.1.1" ,
63
64
"react" : " ^16.14.0" ,
64
65
"react-dom" : " ^16.14.0" ,
65
66
"regenerator-runtime" : " ^0.13.9" ,
You can’t perform that action at this time.
0 commit comments