Skip to content

Commit

Permalink
chore(task/update): add --allow-run flag
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Feb 10, 2024
1 parent 6b0e496 commit 87121cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"test": "deno test -A --no-check --parallel",
"build": "mkdir -p ./dist && deno run -A ./bin/bundle.ts",
"dev": "deno fmt && deno lint && deno task -q check && deno task -q lock && deno task -q test",
"update": "deno run --allow-read --allow-env --allow-write --allow-net=deno.land,registry.npmjs.org https://deno.land/x/[email protected]/cli.ts ./**/*.ts",
"update": "deno run --allow-read --allow-env --allow-write --allow-net=deno.land,registry.npmjs.org --allow-run=deno,git https://deno.land/x/[email protected]/cli.ts ./**/*.ts",
"update:commit": "deno task -q update --commit --pre-commit=fmt,lock --prefix 'build(deps):'"
},
"exclude": [
Expand Down

0 comments on commit 87121cd

Please sign in to comment.