summaryrefslogtreecommitdiff
path: root/tests/specs/add/update_lockfile_if_package_json/lockfile_remove.out
AgeCommit message (Collapse)Author
2024-10-22fix(install): update lockfile when using package.json (#26458)Bartek IwaƄczuk
This commit makes sure that `deno add`, `deno install` and `deno remove` update the lockfile if only `package.json` file is present. Fixes https://github.com/denoland/deno/issues/26270