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

Commit 2f31230

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 b40ea40 commit 2f31230

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
@@ -12,8 +12,7 @@
1212
},
1313
"lint-staged": {
1414
"*.{js,vue}": [
15-
"vue-cli-service lint",
16-
"git add"
15+
"vue-cli-service lint"
1716
]
1817
},
1918
"dependencies": {

0 commit comments

Comments
 (0)