From 2f31230b2334e26e050608315c54cdd339cfb400 Mon Sep 17 00:00:00 2001 From: Denny Biasiolli Date: Mon, 3 Oct 2022 10:00:12 +0200 Subject: [PATCH] fixing pre-commit warning ``` Some of your tasks use `git add` command. Please remove it from the config since all modifications made by tasks will be automatically added to the git commit index. ``` --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index d84fe19..0a5699f 100644 --- a/package.json +++ b/package.json @@ -12,8 +12,7 @@ }, "lint-staged": { "*.{js,vue}": [ - "vue-cli-service lint", - "git add" + "vue-cli-service lint" ] }, "dependencies": {