-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
INT-3254: Remove
storybook-deployer
and deploy with gh-pages
- Loading branch information
1 parent
4d4a561
commit 7ad7f6d
Showing
2 changed files
with
99 additions
and
157 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,7 +20,7 @@ | |
"watch": "tsc -w -p ./tsconfig.es2015.json", | ||
"storybook": "storybook dev -p 6006", | ||
"build-storybook": "storybook build", | ||
"deploy-storybook": "yarn storybook-to-ghpages --source-branch=main" | ||
"deploy-storybook": "storybook build && gh-pages -d ./storybook-static -u 'tiny-bot <[email protected]>'" | ||
}, | ||
"keywords": [], | ||
"author": "Ephox Corporation DBA Tiny Technologies, Inc.", | ||
|
@@ -52,7 +52,6 @@ | |
"@storybook/blocks": "^7.5.3", | ||
"@storybook/react": "^7.5.3", | ||
"@storybook/react-webpack5": "^7.5.3", | ||
"@storybook/storybook-deployer": "^2.8.16", | ||
"@storybook/testing-library": "^0.2.2", | ||
"@tinymce/beehive-flow": "^0.19.0", | ||
"@tinymce/eslint-plugin": "^2.3.1", | ||
|
@@ -61,6 +60,7 @@ | |
"@types/prop-types": "^15.7.10", | ||
"@types/react": "^18.2.37", | ||
"@types/react-dom": "^18.2.15", | ||
"gh-pages": "^6.1.0", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"rimraf": "^5.0.5", | ||
|
Oops, something went wrong.