Skip to content

Commit

Permalink
Add build Storybook docs script
Browse files Browse the repository at this point in the history
  • Loading branch information
jonniebigodes committed Dec 23, 2023
1 parent ace2867 commit 4af4d77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -18,7 +18,8 @@
"test": "echo \"Error: no test specified\" && exit 1",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build",
"test-storybook": "test-storybook"
"test-storybook": "test-storybook",
"build-storybook-docs": "storybook build --docs"
},
"devDependencies": {
"@babel/core": "^7.22.5",
Expand Down

0 comments on commit 4af4d77

Please sign in to comment.