summaryrefslogtreecommitdiffhomepage
path: root/.husky
diff options
context:
space:
mode:
Diffstat (limited to '.husky')
-rwxr-xr-x.husky/pre-push3
1 files changed, 3 insertions, 0 deletions
diff --git a/.husky/pre-push b/.husky/pre-push
new file mode 100755
index 000000000..c4c3073c3
--- /dev/null
+++ b/.husky/pre-push
@@ -0,0 +1,3 @@
+#!/bin/sh
+bun prettier --write --ignore-unknown $(git diff --name-only HEAD~1 HEAD)
+bun run typecheck \ No newline at end of file