فهرست منبع

chore: add pre-push hook for typecheck and tests

Robert Sweet 2 ماه پیش
والد
کامیت
8a31096c81
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      .husky/pre-push

+ 1 - 0
.husky/pre-push

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