Skip to content

Commit

Permalink
fix: update macOS build output filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksteamdev committed Dec 29, 2024
1 parent 031f3eb commit 0cd2fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mcp-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"scripts": {
"build": "bun build ./src/index.ts --compile --outfile ./dist/",
"build:linux": "bun build --compile --minify --sourcemap --target=bun-linux-x64-baseline ./src/index.ts --outfile dist/mcp-server-linux",
"build:mac-arm64": "bun build --compile --minify --sourcemap --target=bun-darwin-arm64 ./src/index.ts --outfile dist/mcp-server-mac-arm64",
"build:mac-x64": "bun build --compile --minify --sourcemap --target=bun-darwin-x64 ./src/index.ts --outfile dist/mcp-server-mac-x64",
"build:mac-arm64": "bun build --compile --minify --sourcemap --target=bun-darwin-arm64 ./src/index.ts --outfile dist/mcp-server-macos-arm64",
"build:mac-x64": "bun build --compile --minify --sourcemap --target=bun-darwin-x64 ./src/index.ts --outfile dist/mcp-server-macos-x64",
"build:windows": "bun build --compile --minify --sourcemap --target=bun-windows-x64-baseline ./src/index.ts --outfile dist/mcp-server-windows",
"check": "tsc --noEmit",
"inspector": "npx @modelcontextprotocol/inspector bun src/index.ts",
Expand Down

0 comments on commit 0cd2fb8

Please sign in to comment.