Skip to content

Commit

Permalink
INT-3254: Remove storybook-deployer and deploy with gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
shanmen-tiny committed Nov 20, 2023
1 parent 4d4a561 commit 7ad7f6d
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 157 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down Expand Up @@ -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",
Expand All @@ -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",
Expand Down
Loading

0 comments on commit 7ad7f6d

Please sign in to comment.