mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 22:01:09 +02:00
🔧 chore: add Husky pre-commit hook for type-check
Set up Husky to run pnpm run type-check before every commit, preventing commits with TypeScript errors.
This commit is contained in:
parent
2635281fd4
commit
2154c3b37a
3 changed files with 122 additions and 331 deletions
1
.husky/pre-commit
Normal file
1
.husky/pre-commit
Normal file
|
|
@ -0,0 +1 @@
|
|||
pnpm run type-check
|
||||
Loading…
Add table
Add a link
Reference in a new issue