Use verbose mode

This commit is contained in:
Sébastien Chopin 2017-02-22 18:20:01 +00:00
parent 0e2474c681
commit 457c23d1dd

View File

@ -38,7 +38,7 @@
"nuxt": "./bin/nuxt"
},
"scripts": {
"test": "nyc ava --serial test/",
"test": "nyc ava --verbose --serial test/",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"lint": "eslint --ext .js,.vue bin lib pages test/*.js --ignore-pattern lib/app",
"build": "webpack",