Skip to content

Commit 8839945

Browse files
authored
Merge pull request #178 from forumone/99-fix-storybook-deploy
[99] Fix Storybook build process
2 parents fd0ba4a + 55c1bdd commit 8839945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"test": "npm run lint && npm run tsc",
1616
"component": "plop",
1717
"storybook": "storybook dev -p 6006",
18-
"build-storybook": "storybook build",
18+
"build-storybook": "storybook build -o storybook",
1919
"build-icons": "svgr --out-dir source/01-global/icon/icons -- source/01-global/icon/svgs"
2020
},
2121
"browserslist": [

0 commit comments

Comments
 (0)