Travis: display only error logs for Storybook preview build (#6900)
Silenced webpack logs when building Storybook on Travis.
This commit is contained in:
parent
1eeb472b91
commit
4698613dc4
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@
|
|||
"scripts": {
|
||||
"api-docs:lint": "spectral lint -F hint -v docs/api_v0.yml && lint-openapi -e docs/api_v0.yml",
|
||||
"api-docs:serve": "redoc-cli serve docs/api_v0.yml --options.pathInMiddlePanel --options.jsonSampleExpandLevel=all --options.menuToggle -t docs/api_template.hbs --watch",
|
||||
"build-storybook": "build-storybook -c app/javascript/.storybook -s app/assets",
|
||||
"build-storybook": "build-storybook -c app/javascript/.storybook -s app/assets --quiet",
|
||||
"storybook": "start-storybook -p 6006 -c app/javascript/.storybook -s app/assets",
|
||||
"test": "jest app/javascript/ --coverage",
|
||||
"test:watch": "jest app/javascript/ --watch"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue