Skip to content

Commit

Permalink
docs: add yarn v2 uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Mar 2, 2021
1 parent e831c97 commit 1fc98e3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fc98e3

Please sign in to comment.