Commit dee50a6
fix: sync lockfile after changeset version bump (#763)
The changeset release PR was failing CI because `bun.lock` was not
updated after `changeset version` bumped package versions. Add
`bun install --no-frozen-lockfile` to the version script so the
lockfile is regenerated and committed with the release PR.
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent 9b911e5 commit dee50a6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments