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 b193125 commit 38ec0afCopy full SHA for 38ec0af
package.json
@@ -4,6 +4,7 @@
4
"postinstall": "npm run bootstrap",
5
"start": "start-storybook -p 8000 -c .storybook",
6
"storybook": "build-storybook -o build",
7
+ "publish-storybook": "npm run storybook && gh-pages -d build -b gh-pages -r https://github.com/primer/storybook",
8
"bootstrap": "lerna bootstrap --hoist",
9
"clean": "lerna clean",
10
"distclean": "lerna clean --yes && rm -rf node_modules",
@@ -26,6 +27,7 @@
26
27
"babel-preset-react": "^6.24.1",
28
"commit-status": "^4.1.0",
29
"css-loader": "^0.28.4",
30
+ "gh-pages": "^1.0.0",
31
"glob": "^7.1.2",
32
"html-to-react": "^1.2.11",
33
"lerna": "^2.4.0",
0 commit comments