From c4f256ceefaa01be56aeb38b213e90f5867bd155 Mon Sep 17 00:00:00 2001 From: Guzel738 Date: Mon, 1 Feb 2021 17:15:06 +0300 Subject: [PATCH] Messages component covered with tests, integration to the git hooks added --- kafka-ui-react-app/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kafka-ui-react-app/package.json b/kafka-ui-react-app/package.json index f4e6f1d875..ae1f244a64 100644 --- a/kafka-ui-react-app/package.json +++ b/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": {