Skip to content

Commit

Permalink
fix(tasks): add missed permission
Browse files Browse the repository at this point in the history
  • Loading branch information
rojvv committed Nov 17, 2022
1 parent bd40a6c commit 87751eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tasks": {
"generate-mod": "deno run --allow-read --allow-env --allow-write src/tl/generate_module.ts && deno fmt src/tl/api.d.ts"
"generate-mod": "deno run --allow-read --allow-env --allow-net --allow-write src/tl/generate_module.ts && deno fmt src/tl/api.d.ts"
},
"fmt": {
"options": {
Expand Down

0 comments on commit 87751eb

Please sign in to comment.