diff --git a/package.json b/package.json index 72720bc..786448b 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,8 @@ "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" + "lintfix": "tslint --fix -p tsconfig.json -c tslint.json; eslint nodes credentials package.json --fix", + "prepare": "npm run build && npm run lint" }, "files": [ "dist"