1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

Separate eslint check from test command

This commit is contained in:
Denis Demchenko 2018-09-09 14:01:45 +03:00
parent c04942947e
commit 19af6a8f2e

View File

@ -67,7 +67,7 @@
"prepublish": "npm run build", "prepublish": "npm run build",
"lint": "eslint ./src", "lint": "eslint ./src",
"testem": "testem", "testem": "testem",
"test": "eslint ./src & nyc --reporter=html --reporter=text ava", "test": "nyc --reporter=html --reporter=text ava",
"coverage": "nyc report --reporter=text-lcov | coveralls", "coverage": "nyc report --reporter=text-lcov | coveralls",
"docs": "jsdoc -c jsdoc.json" "docs": "jsdoc -c jsdoc.json"
}, },