Skip to content

Commit 467f580

Browse files
committed
chore: add build script for storybook again
1 parent 7f94543 commit 467f580

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"build": "npm-run-all -s clean build:bundle build:types",
1010
"build:bundle": "lerna run build --stream",
1111
"build:types": "lerna run build:types --stream",
12+
"build:storybook": "lerna run build:i18n && build-storybook -c .storybook -o .out",
1213
"pretest": "rimraf coverage && lerna run build:i18n",
1314
"test": "jest --config=config/jest.config.js --coverage",
1415
"clean": "lerna run clean --stream && rimraf coverage",

0 commit comments

Comments
 (0)