stop once lint has errors
This commit is contained in:
parent
41224865e2
commit
76ecb93d2b
@ -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": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user