Skip to content

Commit

Permalink
chore(release): fix workspace formatter (denoland#20357)
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Sep 3, 2023
1 parent 12f6ad3 commit d6c4935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release/deno_workspace.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export class DenoWorkspace {

async runFormatter() {
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",
);
}
}

0 comments on commit d6c4935

Please sign in to comment.