We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--allow-net
1 parent 8dcab72 commit 2fbb86aCopy full SHA for 2fbb86a
deno.jsonc
@@ -4,7 +4,7 @@
4
"tasks": {
5
"check": "deno fmt && deno lint --fix && deno check --remote **/*.ts && deno test --allow-read",
6
"check:dry": "deno fmt --check && deno lint && deno check --remote **/*.ts && deno test --allow-read",
7
- "update:check": "deno run --allow-env --allow-read --allow-write=.,'~/.local/share/deno-wasmbuild' --allow-run=git,deno --allow-net=deno.land,raw.githubusercontent.com,esm.sh,jsr.io,registry.npmjs.org jsr:@molt/cli@0.19",
+ "update:check": "deno run --allow-env --allow-read --allow-write=.,'~/.local/share/deno-wasmbuild' --allow-run=git,deno --allow-net=deno.land,raw.githubusercontent.com,esm.sh,jsr.io,api.jsr.io,registry.npmjs.org jsr:@molt/cli@0.19",
8
"update": "deno task update:check --write",
9
"publish:check": "deno task check:dry && deno publish --dry-run --allow-dirty",
10
"publish": "deno run --allow-env --allow-run=deno --allow-read --allow-write=deno.jsonc jsr:@david/publish-on-tag@0.1.x"
0 commit comments