Skip to content

Commit

Permalink
docs: update how-to.md
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Feb 4, 2024
1 parent d2e831d commit 095a4fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/how-to.md
Expand Up @@ -225,7 +225,7 @@ Run the `husky` command once in your repo. Ideally, include it in the `prepare`
}
```

```json [pnpm]
```json [bun]
{
"scripts": {
"prepare": "husky" // [!code hl]
Expand All @@ -248,7 +248,8 @@ pnpm run prepare
```

```sh [yarn]
yarn run prepare
# Yarn doesn't support `prepare`
yarn run postinstall
```

```sh [bun]
Expand Down

0 comments on commit 095a4fe

Please sign in to comment.