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

Include eslint to npm test

This commit is contained in:
Denis Demchenko 2018-06-30 18:50:05 +03:00
parent 949368cba7
commit 107069b845

View File

@ -56,7 +56,7 @@
"scripts": {
"lint": "eslint ./src --fix",
"testem": "testem",
"test": "nyc --reporter=html --reporter=text ava",
"test": "eslint ./src & nyc --reporter=html --reporter=text ava",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"license": "MIT"