Skip to content

Commit

Permalink
chore: update tools allow-run list (#25756)
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Sep 20, 2024
1 parent 1fb4828 commit cbdeb35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tools/build_bench.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env -S deno run --allow-env --allow-read --allow-write --allow-run
#!/usr/bin/env -S deno run --allow-env --allow-read --allow-write --allow-run=git,cargo
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.

import $ from "https://deno.land/x/dax@0.32.0/mod.ts";
Expand Down
2 changes: 1 addition & 1 deletion tools/format.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env -S deno run --allow-write --allow-read --allow-run --allow-net --config=tests/config/deno.json
#!/usr/bin/env -S deno run --allow-write --allow-read --allow-run=deno --allow-net --config=tests/config/deno.json
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
import { join, ROOT_PATH } from "./util.js";

Expand Down

0 comments on commit cbdeb35

Please sign in to comment.