Skip to content

Commit

Permalink
Add get-trigger to mod.ts response
Browse files Browse the repository at this point in the history
  • Loading branch information
shapirone committed Jul 22, 2022
1 parent 3387534 commit f192af1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ export const projectScripts = (args: string[]) => {
"hooks": {
"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`,
"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 f192af1

Please sign in to comment.