mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-06 08:01:35 +00:00
fix: allow deno to --write lock when using lockfiles
This commit is contained in:
@@ -260,6 +260,7 @@ run().catch(async (e) => {{
|
||||
if !reqs.is_empty() {
|
||||
let _ = write_file(job_dir, "lock.json", &reqs).await?;
|
||||
args.push("--lock=lock.json");
|
||||
args.push("--lock-write");
|
||||
}
|
||||
}
|
||||
if let Some(deno_flags) = DENO_FLAGS.as_ref() {
|
||||
|
||||
Reference in New Issue
Block a user