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:
parent
949368cba7
commit
107069b845
@ -56,7 +56,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"lint": "eslint ./src --fix",
|
"lint": "eslint ./src --fix",
|
||||||
"testem": "testem",
|
"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"
|
"coverage": "nyc report --reporter=text-lcov | coveralls"
|
||||||
},
|
},
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
|
Loading…
Reference in New Issue
Block a user