Skip to content

Commit

Permalink
build(task/molt): allow raw.githubusercontent.com
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Nov 3, 2023
1 parent 053a97e commit 65248f7
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 @@ -7,7 +7,7 @@
"test:update": "deno task -q test -- --update",
"dev": "deno fmt && deno lint && deno task lock && deno task -q check && deno task -q test",
"install": "deno install -f --name molt --allow-env --allow-read --allow-net --allow-write=. --allow-run=git,deno cli.ts",
"run:molt": "deno run --allow-env --allow-read --allow-write --allow-net=deno.land,registry.npmjs.org,pax.deno.dev --allow-run=git,deno ./cli.ts",
"run:molt": "deno run --allow-env --allow-read --allow-write --allow-net=deno.land,registry.npmjs.org,pax.deno.dev,raw.githubusercontent.com --allow-run=git,deno ./cli.ts",
"update": "deno task -q run:molt check ./lib/*/*.ts",
"update:commit": "deno task -q run:molt update --commit --pre-commit=lock,test --prefix 'build(deps):' ./lib/*/*.ts"
},
Expand Down

0 comments on commit 65248f7

Please sign in to comment.