Skip to content

Commit

Permalink
build(task): remove --allow-net for raw.githubusercontent
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Nov 21, 2023
1 parent 13e2cad commit 72d4864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test:update": "deno task -q test -- --update",
"dev": "deno fmt && deno lint && deno task lock && deno task -q check && deno task -q test ./lib/*_test.ts ./test/specs/*_test.ts",
"run": "deno run --allow-env --allow-read --allow-net --allow-write=. --allow-run=git,deno cli.ts",
"update": "deno run --allow-env --allow-read --allow-write --allow-net=deno.land,registry.npmjs.org,raw.githubusercontent.com --allow-run=git,deno ./cli.ts ./lib/*/*.ts --ignore import_map",
"update": "deno run --allow-env --allow-read --allow-write --allow-net=deno.land,registry.npmjs.org --allow-run=git,deno ./cli.ts ./lib/*/*.ts --ignore import_map",
"update:commit": "deno task -q update --commit --pre-commit=dev --prefix 'build(deps):'"
},
"fmt": {
Expand Down

0 comments on commit 72d4864

Please sign in to comment.