Skip to content

Commit

Permalink
chore: remove useless nano-staged concurrent option (#1798)
Browse files Browse the repository at this point in the history
  • Loading branch information
chouchouji authored Oct 12, 2024
1 parent 213a605 commit 1f55cf9
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 1f55cf9

Please sign in to comment.