summaryrefslogtreecommitdiff
path: root/tools/release/deno_workspace.ts
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2022-05-27 12:14:37 -0400
committerGitHub <noreply@github.com>2022-05-27 12:14:37 -0400
commitda416f0249977ee58f18930de580a3c7cf110beb (patch)
treead605eb313c8ef76a14d45f1edb84c32e7dcb3dc /tools/release/deno_workspace.ts
parent1c44f4060edb23898bb685ae49a90f658c6c2c05 (diff)
fix(scripts/release): add unstable flag when running ./tools/format.js (#14743)
Diffstat (limited to 'tools/release/deno_workspace.ts')
-rw-r--r--tools/release/deno_workspace.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/release/deno_workspace.ts b/tools/release/deno_workspace.ts
index 389d8a1e1..2ffac6cca 100644
--- a/tools/release/deno_workspace.ts
+++ b/tools/release/deno_workspace.ts
@@ -56,6 +56,7 @@ export class DenoWorkspace {
return this.#repo.runCommandWithOutput([
"deno",
"run",
+ "--unstable",
"--allow-write",
"--allow-read",
"--allow-run",