🔧 chore: hooks 실행 명령어를 PowerShell에서 bash로 변경

This commit is contained in:
hyeonggil
2026-03-15 15:14:06 +09:00
parent 41f98ee917
commit 49f8f5cb67

View File

@@ -12,7 +12,7 @@
"hooks": [
{
"type": "command",
"command": "powershell -ExecutionPolicy Bypass -File \"$CLAUDE_PROJECT_DIR/.claude/hooks/notification-hook.sh\""
"command": "bash \"$CLAUDE_PROJECT_DIR/.claude/hooks/notification-hook.sh\""
}
]
}
@@ -23,7 +23,7 @@
"hooks": [
{
"type": "command",
"command": "powershell -ExecutionPolicy Bypass -File \"$CLAUDE_PROJECT_DIR/.claude/hooks/stop-hook.sh\""
"command": "bash \"$CLAUDE_PROJECT_DIR/.claude/hooks/stop-hook.sh\""
}
]
}