mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-14 18:01:20 +08:00
d2884531c1
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.