-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add deploy storybook to github package
- Loading branch information
1 parent
29f9ac7
commit 2846adc
Showing
3 changed files
with
332 additions
and
16 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
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 |
---|---|---|
|
@@ -32,7 +32,8 @@ | |
"watch": "npm run build -- --watch", | ||
"watch:test": "jest --watch", | ||
"storybook": "start-storybook -p 6006", | ||
"build-storybook": "build-storybook" | ||
"build-storybook": "build-storybook", | ||
"deploy-storybook": "storybook-to-ghpages" | ||
}, | ||
"dependencies": { | ||
"prop-types": "^15.6.2" | ||
|
@@ -42,6 +43,7 @@ | |
"@storybook/addon-links": "^3.4.8", | ||
"@storybook/addons": "^3.4.8", | ||
"@storybook/react": "^3.4.8", | ||
"@storybook/storybook-deployer": "^2.3.0", | ||
"@types/jest": "^22.0.1", | ||
"@types/node": "^8.0.0", | ||
"@types/prop-types": "^15.5.3", | ||
|
@@ -116,5 +118,10 @@ | |
"peerDependencies": { | ||
"react": "^15.5.4", | ||
"react-vis": "^1.9.4" | ||
}, | ||
"storybook-deployer": { | ||
"gitUsername": "bendtherules", | ||
"gitEmail": "[email protected]", | ||
"commitMessage": "Deploy Storybook to Github Pages [skip ci]" | ||
} | ||
} |
Oops, something went wrong.