build(husky): add lint and build hooks

lint on pre-commit, build on pre-push
This commit is contained in:
Nicholai Vogel 2026-02-16 02:07:41 -07:00
parent 2b9d44cc23
commit ec095fa1db
2 changed files with 6 additions and 0 deletions

3
.husky/pre-commit Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
bun lint

3
.husky/pre-push Normal file
View File

@ -0,0 +1,3 @@
#!/bin/sh
bun run build