Parcourir la source

chore: add pre-push hook for typecheck and tests

Robert Sweet il y a 2 mois
Parent
commit
8a31096c81
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      .husky/pre-push

+ 1 - 0
.husky/pre-push

@@ -0,0 +1 @@
+npm run typecheck && npm test