Files
2025-11-30 08:27:59 +08:00

18 lines
341 B
JSON

{
"hooks": {
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "$CLAUDE_PLUGIN_ROOT/scripts/tsc-check.sh"
},
{
"type": "command",
"command": "$CLAUDE_PLUGIN_ROOT/scripts/trigger-build-resolver.sh"
}
]
}
]
}
}