fix(publish-all): regenerate lockfile before pack #230

Merged
xiaomo merged 1 commits from fix/publish-lockfile-regen into main 2026-05-13 03:59:43 +00:00

1 Commits

Author SHA1 Message Date
xiaoju 6d4bf108bb fix(publish-all): regenerate lockfile before pack
After bumping versions, bun pm pack reads the old bun.lock and resolves
workspace:* to stale versions. Now deletes bun.lock and runs bun install
before the pack loop to ensure correct resolution.

小橘 <xiaoju@shazhou.work>
2026-05-13 03:52:10 +00:00