Skip to content

Commit 16a4782

Browse files
committed
Document git hook
1 parent 89bfc17 commit 16a4782

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,3 +178,10 @@ Here's how it can be done:
178178
pnpm install # installs dependencies including the local library
179179
pnpm start # runs the app
180180
```
181+
182+
## How to setup linting git hook
183+
184+
1. Install husky git hook:
185+
```bash
186+
"pnpm prepare"
187+
```

0 commit comments

Comments
 (0)