Skip to content

Commit 2fbb86a

Browse files
committed
ci(deno-udd): Add an necessary permission in --allow-net
1 parent 8dcab72 commit 2fbb86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deno.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"tasks": {
55
"check": "deno fmt && deno lint --fix && deno check --remote **/*.ts && deno test --allow-read",
66
"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",
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,api.jsr.io,registry.npmjs.org jsr:@molt/cli@0.19",
88
"update": "deno task update:check --write",
99
"publish:check": "deno task check:dry && deno publish --dry-run --allow-dirty",
1010
"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

Comments
 (0)