Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit 0bdab10

Browse files
authored
ci: revert build storybook script (#224)
1 parent e633c19 commit 0bdab10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
"scripts": {
4646
"storybook": " npm run build:storybook:dist && npm run storybook:ci",
4747
"storybook:ci": "storybook dev -p 6006",
48-
"storybook:build": "storybook build -o storybook-static",
49-
"storybook:serve": "http-server storybook-static --port 6006",
48+
"storybook:build": "storybook build --output-dir build",
49+
"storybook:serve": "http-server build --port 6006",
5050
"build:storybook:dist": "gulp build:storybook:dist --destination 'storybook/dist'",
5151
"build-release": "./bin/build-release.sh",
5252
"publish-release": "./bin/publish-release.sh",

0 commit comments

Comments
 (0)