mirror of
https://github.com/heygen-com/hyperframes.git
synced 2026-09-03 04:38:33 +00:00
fix(ci): update publish workflow to use bun install (#36)
* fix(ci): update publish workflow to use bun install pnpm-lock.yaml was removed in the bun migration but publish.yml still referenced it. Use bun for install/build, keep pnpm for publish (publishConfig overrides + --provenance). * docs: update stale pnpm references to bun across docs and scripts Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
f84df64e64
commit
61c5257402
@@ -41,7 +41,7 @@ Determinism baseline:
|
||||
## Build
|
||||
|
||||
```bash
|
||||
pnpm -C core build:hyperframes-runtime
|
||||
bun run --filter @hyperframes/core build:hyperframes-runtime
|
||||
```
|
||||
|
||||
## Security Expectations
|
||||
|
||||
Reference in New Issue
Block a user