Skip to content

Commit 5c79322

Browse files
committed
improvement: Make storybook build less verbose to improve Travis CI report
1 parent 1a8dfe7 commit 5c79322

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
@@ -31,7 +31,7 @@
3131
"build": "tsc --module commonjs -p ./tsconfig.build.json && rollup -c rollup.config.ts && npm run storybook:build && npm run build:clean",
3232
"build:clean": "ts-node tools/build-clean",
3333
"dev": "start-storybook -p 3000",
34-
"storybook:build": "build-storybook -c .storybook -o docs",
34+
"storybook:build": "build-storybook --quiet -c .storybook -o docs",
3535
"test": "jest --verbose",
3636
"test:staged": "jest --bail --findRelatedTests",
3737
"test:watch": "jest --watch",

0 commit comments

Comments
 (0)