Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Commit d554383

Browse files
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. ```
1 parent 5530c67 commit d554383

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
},
99
"lint-staged": {
1010
"*.{js,vue}": [
11-
"vue-cli-service lint",
12-
"git add"
11+
"vue-cli-service lint"
1312
]
1413
},
1514
"gitHooks": {

0 commit comments

Comments
 (0)