summaryrefslogtreecommitdiff
path: root/tools/release/03_publish_crates.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/release/03_publish_crates.ts')
-rwxr-xr-xtools/release/03_publish_crates.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/release/03_publish_crates.ts b/tools/release/03_publish_crates.ts
index 4c9cb23d3..0becd3d26 100755
--- a/tools/release/03_publish_crates.ts
+++ b/tools/release/03_publish_crates.ts
@@ -1,4 +1,4 @@
-#!/usr/bin/env -S deno run --allow-read --allow-write --allow-run=cargo --allow-net=crates.io --no-check
+#!/usr/bin/env -S deno run --allow-read --allow-write --allow-run=cargo --allow-net=crates.io --no-check --lock=tools/deno.lock.json
// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
import { DenoWorkspace } from "./deno_workspace.ts";
import { Crate, getCratesPublishOrder } from "./deps.ts";