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 1a8dfe7 commit 5c79322Copy full SHA for 5c79322
package.json
@@ -31,7 +31,7 @@
31
"build": "tsc --module commonjs -p ./tsconfig.build.json && rollup -c rollup.config.ts && npm run storybook:build && npm run build:clean",
32
"build:clean": "ts-node tools/build-clean",
33
"dev": "start-storybook -p 3000",
34
- "storybook:build": "build-storybook -c .storybook -o docs",
+ "storybook:build": "build-storybook --quiet -c .storybook -o docs",
35
"test": "jest --verbose",
36
"test:staged": "jest --bail --findRelatedTests",
37
"test:watch": "jest --watch",
0 commit comments