Skip to content

Commit 358a539

Browse files
authored
fix: mcp.sh build-bin (#181)
1 parent 5cd7e71 commit 358a539

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/mcp.sh

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ logs() {
8989

9090
# @cmd Build tools to bin
9191
build-bin() {
92+
mkdir -p "$BIN_DIR"
9293
tools=( $(generate-declarations | jq -r '.[].name') )
9394
for tool in "${tools[@]}"; do
9495
if _is_win; then

0 commit comments

Comments
 (0)