diff --git a/package.json b/package.json index 3df2e2b..7ee776e 100644 --- a/package.json +++ b/package.json @@ -20,8 +20,8 @@ "build": "tsc && gulp build:icons", "dev": "tsc --watch", "format": "prettier nodes credentials --write", - "lint": "tslint -p tsconfig.json -c tslint.json; eslint nodes credentials package.json", - "lintfix": "tslint --fix -p tsconfig.json -c tslint.json; eslint nodes credentials package.json --fix", + "lint": "tslint -p tsconfig.json -c tslint.json && eslint nodes credentials package.json", + "lintfix": "tslint --fix -p tsconfig.json -c tslint.json && eslint nodes credentials package.json --fix", "prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json" }, "files": [