Skip to content

Commit 0a23994

Browse files
committed
remove git add in lint-staged
1 parent 35d2b3d commit 0a23994

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
},
3939
"lint-staged": {
4040
"*.{js,jsx,vue}": [
41-
"vue-cli-service lint",
42-
"git add"
41+
"vue-cli-service lint"
4342
]
4443
},
4544
"repository": {

0 commit comments

Comments
 (0)