Skip to content

Commit

Permalink
chore: remove useless nano-staged concurrent option
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji committed Oct 12, 2024
1 parent 47e1019 commit 4e73d6d
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 @@ -24,7 +24,7 @@
"release:extension": "pnpm --dir ./packages/varlet-vscode-extension release"
},
"simple-git-hooks": {
"pre-commit": "pnpm exec nano-staged --allow-empty --concurrent false",
"pre-commit": "pnpm exec nano-staged --allow-empty",
"commit-msg": "pnpm exec varlet-cli commit-lint -p $1 && pnpm exec varlet-cli checklist $1"
},
"nano-staged": {
Expand Down

0 comments on commit 4e73d6d

Please sign in to comment.