build(husky): add lint and build hooks
lint on pre-commit, build on pre-push
This commit is contained in:
parent
2b9d44cc23
commit
ec095fa1db
3
.husky/pre-commit
Normal file
3
.husky/pre-commit
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
bun lint
|
||||
3
.husky/pre-push
Normal file
3
.husky/pre-push
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
bun run build
|
||||
Loading…
x
Reference in New Issue
Block a user