Skip to content

Commit

Permalink
fix: allow net access for deno.jsonc
Browse files Browse the repository at this point in the history
  • Loading branch information
Im-Beast committed May 17, 2022
1 parent 952beaa commit 22d9f63
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
Expand Up @@ -17,6 +17,6 @@
"test-watch": "deno test --watch --fail-fast=1 --ignore=node",
"bench": "deno bench --unstable --ignore=node --allow-env",
"bench-watch": "deno bench --unstable --watch --ignore=node --allow-env",
"prepare-node": "deno run --allow-env=HOME,DENO_AUTH_TOKENS,XDG_CACHE_HOME,DENO_DIR --allow-read --allow-write=./node,$HOME/.cache/deno --allow-run=npm scripts/dnt_crayon.ts"
"prepare-node": "deno run --allow-env=HOME,DENO_AUTH_TOKENS,XDG_CACHE_HOME,DENO_DIR --allow-read --allow-write=./node,$HOME/.cache/deno --allow-run=npm --allow-net scripts/dnt_crayon.ts"
}
}

0 comments on commit 22d9f63

Please sign in to comment.