Skip to content

Commit

Permalink
Add allow-sys to start hook
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamBergamin committed Aug 29, 2024
1 parent 4306b51 commit 1f00af2
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 @@ -13,7 +13,7 @@ export const projectScripts = (args: string[]) => {
"build":
`deno run -q --config=deno.jsonc --allow-read --allow-write --allow-net --allow-run --allow-env --allow-sys=osRelease https://deno.land/x/${HOOKS_TAG}/build.ts`,
"start":
`deno run -q --config=deno.jsonc --allow-read --allow-net --allow-run --allow-env https://deno.land/x/${RUNTIME_TAG}/local-run.ts ${startHookFlags}`,
`deno run -q --config=deno.jsonc --allow-read --allow-net --allow-run --allow-env --allow-sys=osRelease https://deno.land/x/${RUNTIME_TAG}/local-run.ts ${startHookFlags}`,
"check-update":
`deno run -q --config=deno.jsonc --allow-read --allow-net https://deno.land/x/${HOOKS_TAG}/check_update.ts`,
"install-update":
Expand Down

0 comments on commit 1f00af2

Please sign in to comment.