Browse Source

enhancement/24-remove-extra-git-add

Azat Gataullin 5 years ago
parent
commit
c17d8bfc28
1 changed files with 1 additions and 2 deletions
  1. 1 2
      kafka-ui-react-app/package.json

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

@@ -37,8 +37,7 @@
   },
   "lint-staged": {
     "*.{js,ts,jsx,tsx}": [
-      "eslint -c .eslintrc.json --fix",
-      "git add"
+      "eslint -c .eslintrc.json --fix"
     ]
   },
   "scripts": {