mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-01 11:16:27 +00:00
The publish workflow already runs `bun run build` before publishing. The prepublishOnly scripts tried to run pnpm/bun which may not be available during `npm publish`. Replace with no-op to prevent failures.