🔧 chore: hooks 실행 명령어를 PowerShell에서 bash로 변경
This commit is contained in:
@@ -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\""
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user