Skip to content

Commit

Permalink
Add allow-net
Browse files Browse the repository at this point in the history
  • Loading branch information
shapirone committed Jul 22, 2022
1 parent f192af1 commit 948d308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const projectScripts = (args: string[]) => {
"get-manifest":
`deno run -q --config=deno.jsonc --allow-read --allow-net https://deno.land/x/${BUILDER_TAG}/mod.ts --manifest`,
"get-trigger":
`deno run -q --config=deno.jsonc --allow-read https://deno.land/x/${HOOKS_TAG}/get_trigger.ts`,
`deno run -q --config=deno.jsonc --allow-read --allow-net https://deno.land/x/${HOOKS_TAG}/get_trigger.ts`,
"build":
`deno run -q --config=deno.jsonc --allow-read --allow-write --allow-net --allow-run https://deno.land/x/${BUILDER_TAG}/mod.ts`,
"start":
Expand Down

0 comments on commit 948d308

Please sign in to comment.