Explorar el Código

ci: setup husky pre-push hook to run typecheck

Dax Raad hace 6 meses
padre
commit
22d5be9bf8
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      .husky/pre-push

+ 3 - 0
.husky/pre-push

@@ -0,0 +1,3 @@
+#!/bin/sh
+bun prettier --write --ignore-unknown $(git diff --name-only HEAD~1 HEAD)
+bun run typecheck