fix(lock): add --no-lock flag to disable auto discovery of lock file (#16526)

This commit is contained in:
Bartek Iwańczuk 2022-11-03 16:42:56 +01:00 committed by GitHub
parent a99539bd4d
commit dae3940519
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 64 additions and 0 deletions

View file

@ -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,