Skip to content

Commit

Permalink
chore(task): bump molt version for update tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Feb 10, 2024
1 parent 7199c1d commit 6fec1d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"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",
"run": "deno run --allow-read --allow-env --allow-net=deno.land,registry.npmjs.org",
"update": "deno task -q run https://deno.land/x/[email protected]/cli.ts check ./**/*.ts"
"update": "deno run --allow-read --allow-env --allow-net=deno.land,registry.npmjs.org https://deno.land/x/[email protected]/cli.ts ./**/*.ts"
"update:commit": "deno task -q update --commit --pre-commit=fmt,lock --prefix 'build(deps):'"
},
"exclude": [
"dist/",
Expand Down

0 comments on commit 6fec1d0

Please sign in to comment.