소스 검색

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