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:
parent
c04942947e
commit
19af6a8f2e
@ -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"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user