Skip to content

Commit

Permalink
chore: fix nano staged match rule
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Nov 1, 2024
1 parent fca972c commit edc3098
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 @@ -50,7 +50,7 @@
"commit-msg": "pnpm exec vr commit-lint -p $1"
},
"nano-staged": {
"*.{ts}": [
"*.{ts,md}": [
"pnpm format",
"pnpm lint"
]
Expand Down

0 comments on commit edc3098

Please sign in to comment.