From b8bdefda51765c6963be124f25b3189935dbe6ca Mon Sep 17 00:00:00 2001 From: OrangeM21 Date: Tue, 7 Apr 2020 20:46:38 +0800 Subject: [PATCH] =?UTF-8?q?[update]=E6=9B=B4=E6=96=B0HeaderAction?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index b3504c1ba..064181303 100644 --- a/package.json +++ b/package.json @@ -89,8 +89,7 @@ }, "lint-staged": { "src/**/*.{js,vue}": [ - "eslint --fix", - "git add" + "eslint --fix" ] } }