tiletopia/scripts
megaproxy 1db8b26109 release.sh: call node directly for build:mcpb (skip pnpm install hang)
`pnpm run build:mcpb` triggers an implicit `pnpm install` first to
verify node_modules against the lockfile. From WSL against the
/mnt/d/ Windows filesystem that node_modules walk hangs for minutes.
The build-mcpb.mjs script is pure Node + fs (no deps) so we can just
invoke it directly. Saves the pnpm wrapping overhead on every release.

Caught during the v0.3.0 release run.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-26 19:29:53 +01:00
..
build-mcpb.mjs Add .mcpb Claude Desktop bundle with zero-config token handling 2026-05-26 17:36:29 +01:00
gen-readme-shortcuts.mjs README: generate shortcuts table from shortcuts.ts (single source of truth) 2026-05-26 17:34:54 +01:00
make-icon.py
mcpb-wrapper.mjs Add .mcpb Claude Desktop bundle with zero-config token handling 2026-05-26 17:36:29 +01:00
pr4-verify.mjs scripts: pr4-verify.mjs — end-to-end MCP add_host/delete_host harness 2026-05-26 16:53:22 +01:00
release.sh release.sh: call node directly for build:mcpb (skip pnpm install hang) 2026-05-26 19:29:53 +01:00