Skip to content

Commit 51ab9a5

Browse files
committed
remove git add in lint-staged
1 parent 0a23994 commit 51ab9a5

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
@@ -47,8 +47,7 @@
4747
},
4848
"lint-staged": {
4949
"*.{js,jsx,vue}": [
50-
"vue-cli-service lint",
51-
"git add"
50+
"vue-cli-service lint"
5251
]
5352
},
5453
"repository": {

0 commit comments

Comments
 (0)