Fixes cli error spitting

This commit is contained in:
Jelle Breuer 2017-08-03 12:28:45 +02:00 committed by GitHub
parent ae4ecabce0
commit 1ac2741fca

View File

@ -51,7 +51,7 @@
"scripts": {
"test": "npm run lint && cross-env NODE_ENV=test npm run build:nuxt && nyc ava --verbose --serial test/ -- && nyc report --reporter=html",
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
"lint": "eslint --ext .js,.vue bin lib pages test/*.js --ignore-pattern app",
"lint": "eslint --ext .js,.vue bin lib pages test/*.js --ignore-pattern app; exit 0",
"build": "rimraf dist/ && npm run build:nuxt && npm run build:core",
"build:nuxt": "rollup -c build/rollup.config.js --environment TARGET:nuxt",
"build:core": "rollup -c build/rollup.config.js --environment TARGET:core",