Browse Source

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

Guzel738 4 năm trước cách đây
mục cha
commit
c4f256ceef
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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": {