Skip to content

Commit 4d0a850

Browse files
committed
chore: 🤖 add GitHub pages deploy scripts
1 parent c77ffde commit 4d0a850

File tree

2 files changed

+828
-549
lines changed

2 files changed

+828
-549
lines changed

‎package.json‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
"build": "yarn build:cjs && yarn build:es",
2929
"storybook": "start-storybook -p 6010",
3030
"storybook:build": "build-storybook",
31-
"storybook:clean": "rimraf storybook-static"
31+
"storybook:clean": "rimraf storybook-static",
32+
"storybook:deploy": "gh-pages -d storybook-static"
3233
},
3334
"keywords": [],
3435
"peerDependencies": {
@@ -47,6 +48,7 @@
4748
"@types/react-dom": "17.0.11",
4849
"babel-loader": "8.2.3",
4950
"fork-ts-checker-webpack-plugin": "6.5.0",
51+
"gh-pages": "^3.2.3",
5052
"git-cz": "4.8.0",
5153
"husky": "6.0.0",
5254
"prettier": "2.5.1",

0 commit comments

Comments
 (0)