mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ci): run storybook build in quiet mode
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
"build": "react-scripts build",
|
||||
"test": "react-scripts test",
|
||||
"storybook": "start-storybook",
|
||||
"snapshot": "build-storybook -s public && percy-storybook --widths=700,1280"
|
||||
"snapshot": "build-storybook --quiet -s public && percy-storybook --widths=700,1280"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@commitlint/travis-cli": "8.1.0",
|
||||
|
||||
Reference in New Issue
Block a user