diff --git a/package.json b/package.json index 3d2d154..8e96fb6 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,7 @@ "husky": { "skipCI": true, "hooks": { - "pre-commit": "lint-staged", - "post-commit": "npm run build && echo '⚠️ Do not forget to Commit and Push ./lib/index.js'" + "pre-commit": "lint-staged" } }, "lint-staged": {