We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cd7e71 commit 358a539Copy full SHA for 358a539
scripts/mcp.sh
@@ -89,6 +89,7 @@ logs() {
89
90
# @cmd Build tools to bin
91
build-bin() {
92
+ mkdir -p "$BIN_DIR"
93
tools=( $(generate-declarations | jq -r '.[].name') )
94
for tool in "${tools[@]}"; do
95
if _is_win; then
0 commit comments