Browse Source

chore: add pre-push hook for typecheck and tests

Robert Sweet 2 tháng trước cách đây
mục cha
commit
8a31096c81
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      .husky/pre-push

+ 1 - 0
.husky/pre-push

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