diff --git a/deno.json b/deno.json index c54da72dda474bdc3e5d83764aae4debba1416e1..0eaeee48ad197cf0a863c851a63145a925819cb3 100644 --- a/deno.json +++ b/deno.json @@ -3,7 +3,7 @@ "name": "simpleicons", "version": "1.0.0", "exports": "./index.ts", "tasks": { - "build": "deno run --allow-write index.ts", + "build": "deno run --allow-read --allow-write --allow-run index.ts", "format": "gofumpt -w .", "build:all": "deno task build && deno task format" },