mirror of
https://github.com/lancedikson/bowser
synced 2026-03-02 03:40:27 +00:00
Fix travis testing (include eslint)
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
"scripts": {
|
||||
"build": "webpack --config webpack.config.js",
|
||||
"prepublish": "npm run build",
|
||||
"lint": "eslint ./src --fix",
|
||||
"lint": "eslint ./src",
|
||||
"testem": "testem",
|
||||
"test": "eslint ./src & nyc --reporter=html --reporter=text ava",
|
||||
"coverage": "nyc report --reporter=text-lcov | coveralls",
|
||||
|
||||
Reference in New Issue
Block a user