diff options
Diffstat (limited to 'scripts/mcp.sh')
| -rwxr-xr-x | scripts/mcp.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/mcp.sh b/scripts/mcp.sh index 6e55ca8..eb016b3 100755 --- a/scripts/mcp.sh +++ b/scripts/mcp.sh @@ -89,6 +89,7 @@ logs() { # @cmd Build tools to bin build-bin() { + mkdir -p "$BIN_DIR" tools=( $(generate-declarations | jq -r '.[].name') ) for tool in "${tools[@]}"; do if _is_win; then |
