Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add build Storybook docs script
  • Loading branch information
jonniebigodes committed Sep 18, 2020
1 parent 98f2c62 commit 5bc45fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -19,7 +19,8 @@
"test": "react-scripts test",
"eject": "react-scripts eject",
"storybook": "start-storybook -p 6006 -s public",
"build-storybook": "build-storybook -s public"
"build-storybook": "build-storybook -s public",
"build-storybook-docs": "build-storybook -s public --docs"
},
"eslintConfig": {
"extends": "react-app"
Expand Down

0 comments on commit 5bc45fb

Please sign in to comment.