We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f4fc97 commit 96b424dCopy full SHA for 96b424d
1 file changed
settings.json
@@ -21,7 +21,9 @@
21
"PostToolUse": [
22
{
23
"matcher": "TaskUpdate",
24
- "command": "bash hooks/acceptance-gate.sh"
+ "hooks": [
25
+ { "type": "command", "command": "bash hooks/acceptance-gate.sh" }
26
+ ]
27
}
28
]
29
0 commit comments