stop once lint has errors

This commit is contained in:
igorklopov 2016-09-13 12:18:52 +03:00
parent 41224865e2
commit 76ecb93d2b

View File

@ -44,7 +44,7 @@
"bin": "node lib-es5/bin.js",
"upload": "node lib-es5/upload.js",
"lint": "eslint-klopov . || true",
"prepublish": "npm run lint && npm test && npm run babel",
"prepublish": "eslint-klopov . && npm test && npm run babel",
"test": "ava"
},
"eslintConfig": {