1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00
denoland-deno/tests/specs/add/update_lockfile_if_package_json
Bartek Iwańczuk 67280f8b55
fix(install): update lockfile when using package.json (#26458)
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
2024-10-22 01:08:45 +02:00
..
__test__.jsonc fix(install): update lockfile when using package.json (#26458) 2024-10-22 01:08:45 +02:00
add.out fix(install): update lockfile when using package.json (#26458) 2024-10-22 01:08:45 +02:00
lockfile_add.out fix(install): update lockfile when using package.json (#26458) 2024-10-22 01:08:45 +02:00
lockfile_remove.out fix(install): update lockfile when using package.json (#26458) 2024-10-22 01:08:45 +02:00
package.json fix(install): update lockfile when using package.json (#26458) 2024-10-22 01:08:45 +02:00
remove.out fix(install): update lockfile when using package.json (#26458) 2024-10-22 01:08:45 +02:00