Commit cfc8b7b
Confitty Developer
fix(ci): drop --frozen-lockfile from bun install
The committed bun.lock predates the recent package.json updates (name,
metadata, removal of dangling lint/test scripts), and the active Nx
migration leaves bun.lock further out of sync locally. --frozen-lockfile
makes CI hard-fail on any drift, which blocked installs.
Use plain `bun install` until the Nx migration lands and the lockfile
is refreshed in a dedicated commit.1 parent 3f93720 commit cfc8b7b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
0 commit comments