mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
chore(release): fix workspace formatter (#20357)
This commit is contained in:
parent
12f6ad32c2
commit
d6c49353c3
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export class DenoWorkspace {
|
||||||
|
|
||||||
async runFormatter() {
|
async runFormatter() {
|
||||||
await this.#repo.command(
|
await this.#repo.command(
|
||||||
"deno run --unstable --allow-write --allow-read --allow-run ./tools/format.js",
|
"deno run --unstable --allow-write --allow-read --allow-net --allow-run ./tools/format.js",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue