diff --git a/docs/README.md b/docs/README.md index e6a72177c..257cc7a87 100644 --- a/docs/README.md +++ b/docs/README.md @@ -135,6 +135,14 @@ yarn husky install } ``` +### Uninstall + +Remove `"postinstall": "husky install"` from `package.json` and run: + +```shell +yarn remove husky && git config --unset core.hooksPath +``` + # Recipes ## Monorepo