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.
1 parent 8dc1001 commit f299423Copy full SHA for f299423
deno.jsonc
@@ -16,6 +16,6 @@
16
"test:lint": "deno lint",
17
"test:unit": "deno test -A",
18
"test:types": "deno check mod.ts",
19
- "build:npm": "deno run --allow-env --allow-read --allow-write --allow-run scripts/build_npm.ts"
+ "build:npm": "deno run --allow-env --allow-read --allow-write --allow-net --allow-run scripts/build_npm.ts"
20
}
21
0 commit comments