Skip to content

Commit c2b1364

Browse files
committed
chore: run lint and typecheck hooks in parallel
Split into separate hook entries so they execute concurrently.
1 parent f9c559f commit c2b1364

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.claude/settings.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22
"hooks": {
33
"stop": [
44
{
5-
"command": "pnpm run lint && pnpm run typecheck",
5+
"command": "pnpm run lint",
6+
"blocking": true
7+
},
8+
{
9+
"command": "pnpm run typecheck",
610
"blocking": true
711
}
812
]

0 commit comments

Comments
 (0)