mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
less verbose output for tests
This commit is contained in:
parent
1f4f688bc4
commit
34db52cd91
|
@ -23,7 +23,8 @@ module.exports = function (config) {
|
|||
modules: false,
|
||||
cached: false,
|
||||
chunk: false
|
||||
}
|
||||
},
|
||||
noInfo: true
|
||||
},
|
||||
client: {
|
||||
chai: {
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"deploy": "node ./build/prepare_deploy.js && deploy-to-gh-pages --update demo",
|
||||
"ngc": "ngc -p .",
|
||||
"webpack:prod": "webpack --config build/webpack.prod.js --profile --bail",
|
||||
"build:sass": "node-sass -o lib lib",
|
||||
"build:sass": "node-sass -q -o lib lib",
|
||||
"build:prod": "npm run build:sass && npm run ngc && npm run webpack:prod",
|
||||
"build-dist": "npm run build:prod",
|
||||
"stats": "webpack --config build/webpack.prod.js --json > stats.json",
|
||||
|
|
Loading…
Reference in New Issue
Block a user