From 648996f69a88f7b71f1e8c11d8f1db7152628654 Mon Sep 17 00:00:00 2001
From: Alexander Lesnenko <alxnddr@users.noreply.github.com>
Date: Tue, 20 Jul 2021 16:20:45 +0300
Subject: [PATCH] Fix partial commits (#17121)

---
 package.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package.json b/package.json
index 73e5b4502ab..1e2538205f5 100644
--- a/package.json
+++ b/package.json
@@ -206,8 +206,7 @@
   },
   "lint-staged": {
     "frontend/**/*.{js,jsx,css}": [
-      "prettier --write",
-      "git add"
+      "prettier --write"
     ]
   },
   "resolutions": {
-- 
GitLab