Skip to content

Commit f299423

Browse files
committed
ci: fix
1 parent 8dc1001 commit f299423

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
@@ -16,6 +16,6 @@
1616
"test:lint": "deno lint",
1717
"test:unit": "deno test -A",
1818
"test:types": "deno check mod.ts",
19-
"build:npm": "deno run --allow-env --allow-read --allow-write --allow-run scripts/build_npm.ts"
19+
"build:npm": "deno run --allow-env --allow-read --allow-write --allow-net --allow-run scripts/build_npm.ts"
2020
}
2121
}

0 commit comments

Comments
 (0)