Ver Fonte

chore: add pre-push hook for typecheck and tests

Robert Sweet há 2 meses atrás
pai
commit
8a31096c81
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      .husky/pre-push

+ 1 - 0
.husky/pre-push

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