diff --git a/deno.json b/deno.json index 43c84099f..a44cb2179 100644 --- a/deno.json +++ b/deno.json @@ -1,4 +1,5 @@ { + "lock": false, "tasks": { "update-docs": "cargo run --features=docs --example dlint rules --json > www/static/docs.json" },