diff --git a/package.json b/package.json index c40832f..3df2e2b 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "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", - "prepare": "npm run build && npm run lint" + "prepublishOnly": "npm run build && npm run lint -c .eslintrc.prepublish.js nodes credentials package.json" }, "files": [ "dist"