less verbose output for tests

This commit is contained in:
Roman Hotsiy 2016-08-29 07:43:59 +03:00
parent 1f4f688bc4
commit 34db52cd91
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 3 additions and 2 deletions

View File

@ -23,7 +23,8 @@ module.exports = function (config) {
modules: false,
cached: false,
chunk: false
}
},
noInfo: true
},
client: {
chai: {

View File

@ -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",