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:
Vance Ingalls
2026-03-24 08:46:58 -07:00
committed by GitHub
co-authored by Claude Opus 4.6
parent f84df64e64
commit 61c5257402
13 changed files with 39 additions and 40 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ Then in another terminal:
```bash
cd producer
pnpm parity:check \
bun run parity:check \
--preview-url "http://127.0.0.1:4173/minimal-wysiwyg.html" \
--producer-url "http://127.0.0.1:4173/minimal-wysiwyg.html?mode=producer" \
--checkpoints "0,0.5,1,1.5" \