Sfoglia il codice sorgente

chore: add pre-push hook for typecheck and tests

Robert Sweet 2 mesi fa
parent
commit
8a31096c81
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      .husky/pre-push

+ 1 - 0
.husky/pre-push

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