From 1fc98e380dc41d3ef77aadf0a5655f1049bf34d8 Mon Sep 17 00:00:00 2001 From: typicode Date: Tue, 2 Mar 2021 03:49:37 +0100 Subject: [PATCH] docs: add yarn v2 uninstall --- docs/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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