Skip to content

Commit

Permalink
config:提交信息校验时仅仅带入需要校验的文件
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxj-b committed Jul 10, 2020
1 parent 0e58b74 commit c8e1c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"lint-staged": {
"*.{js,vue}": [
"vue-cli-service lint",
"git add ."
"git add -A"
],
"*.{html,vue,css,sass,scss}": [
"yarn stylelint"
Expand Down

0 comments on commit c8e1c8d

Please sign in to comment.