chore: add commitlint

This commit is contained in:
Kim, Jimin 2023-09-23 17:46:12 +09:00
parent fac8349878
commit 51ed1266c9
Signed by: pomp
GPG key ID: CE1DDB8A4A765403
5 changed files with 711 additions and 36 deletions

View file

@ -36,7 +36,11 @@
```
pnpm install
```
4. Run whatever command you need either in project root or in individual packages
4. Setup husky
```
pnpm husky install
```
5. Run whatever command you need either in project root or in individual packages
- `pnpm build` - Build all apps and packages
- `pnpm dev` - Run all apps and packages locally
- blog - http://localhost:3000