We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f94543 commit 7b03340Copy full SHA for 7b03340
package.json
@@ -9,6 +9,7 @@
9
"build": "npm-run-all -s clean build:bundle build:types",
10
"build:bundle": "lerna run build --stream",
11
"build:types": "lerna run build:types --stream",
12
+ "build:storybook": "lerna run build:i18n && build-storybook -c .storybook -o .out",
13
"pretest": "rimraf coverage && lerna run build:i18n",
14
"test": "jest --config=config/jest.config.js --coverage",
15
"clean": "lerna run clean --stream && rimraf coverage",
0 commit comments