We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c77ffde commit 4d0a850Copy full SHA for 4d0a850
‎package.json‎
@@ -28,7 +28,8 @@
28
"build": "yarn build:cjs && yarn build:es",
29
"storybook": "start-storybook -p 6010",
30
"storybook:build": "build-storybook",
31
- "storybook:clean": "rimraf storybook-static"
+ "storybook:clean": "rimraf storybook-static",
32
+ "storybook:deploy": "gh-pages -d storybook-static"
33
},
34
"keywords": [],
35
"peerDependencies": {
@@ -47,6 +48,7 @@
47
48
"@types/react-dom": "17.0.11",
49
"babel-loader": "8.2.3",
50
"fork-ts-checker-webpack-plugin": "6.5.0",
51
+ "gh-pages": "^3.2.3",
52
"git-cz": "4.8.0",
53
"husky": "6.0.0",
54
"prettier": "2.5.1",
0 commit comments