소스 검색

Messages component covered with tests, integration to the git hooks added

Guzel738 4 년 전
부모
커밋
c4f256ceef
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      kafka-ui-react-app/package.json

+ 1 - 2
kafka-ui-react-app/package.json

@@ -50,8 +50,7 @@
   },
   "husky": {
     "hooks": {
-      "pre-commit": "npm run tsc --noEmit && lint-staged && npm test",
-      "pre-push": "npm test"
+      "pre-commit": "npm run tsc --noEmit && lint-staged && npm test"
     }
   },
   "eslintConfig": {