Forráskód Böngészése

chore: add pre-push hook for typecheck and tests

Robert Sweet 2 hónapja
szülő
commit
8a31096c81
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      .husky/pre-push

+ 1 - 0
.husky/pre-push

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