mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
fix(lock): add --no-lock flag to disable auto discovery of lock file (#16526)
This commit is contained in:
parent
a99539bd4d
commit
dae3940519
8 changed files with 64 additions and 0 deletions
|
@ -281,6 +281,7 @@ pub fn compile_to_runtime_flags(
|
|||
.unsafely_ignore_certificate_errors
|
||||
.clone(),
|
||||
no_remote: false,
|
||||
no_lock: false,
|
||||
no_npm: false,
|
||||
no_prompt: flags.no_prompt,
|
||||
reload: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue