Files
5chan/.claude/hooks/yarn-install.sh
T

5 lines
121 B
Bash
Raw Normal View History

#!/bin/bash
repo_root="$(cd "$(dirname "$0")/../.." && pwd)"
exec "$repo_root/scripts/agent-hooks/yarn-install.sh" "$@"