Skip to content

Commit 1fc98e3

Browse files
committed
docs: add yarn v2 uninstall
1 parent e831c97 commit 1fc98e3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,14 @@ yarn husky install
135135
}
136136
```
137137

138+
### Uninstall
139+
140+
Remove `"postinstall": "husky install"` from `package.json` and run:
141+
142+
```shell
143+
yarn remove husky && git config --unset core.hooksPath
144+
```
145+
138146
# Recipes
139147

140148
## Monorepo

0 commit comments

Comments
 (0)