Files
bun.sh/test/cli/install
Claude Bot 429c79ff09 fix: respect install.lockfile.save=false when migrating from package-lock.json
Previously, Bun would always save a lockfile when migrating from package-lock.json
or yarn.lock, even when install.lockfile.save was set to false in bunfig.toml.
This fix ensures that the save=false configuration is respected during migration.

The lockfile is still migrated and used in memory for dependency resolution,
but it is not written to disk when save=false.

Fixes #22963

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-25 15:29:22 +00:00
..
2023-03-07 12:22:34 -08:00
2023-03-07 12:22:34 -08:00
2023-03-07 12:22:34 -08:00
2025-08-27 06:39:11 -07:00
2025-08-27 06:39:11 -07:00
2025-08-12 17:07:46 -07:00
2023-10-12 15:17:03 -07:00