Skip to content

Commit

Permalink
build(tasks): update update command to the new API
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Nov 7, 2023
1 parent 0ab5603 commit 94eefc3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@
"test:update": "deno task -q test -- --update",
"dev": "deno fmt && deno lint && deno task lock && deno task -q check && deno task -q test ./lib/*_test.ts ./test/specs/*_test.ts",
"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,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=dev --prefix 'build(deps):' ./lib/*/*.ts"
"update": "deno run --allow-env --allow-read --allow-write --allow-net=deno.land,registry.npmjs.org,raw.githubusercontent.com --allow-run=git,deno ./cli.ts ./lib/*/*.ts",
"update:commit": "deno task -q update --commit --pre-commit=dev --prefix 'build(deps):'"
},
"fmt": {
"exclude": ["CHANGELOG.md"]
Expand Down

0 comments on commit 94eefc3

Please sign in to comment.