Skip to content

Commit

Permalink
chore(task/update): enable --unstable-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Mar 11, 2024
1 parent ee5d91b commit 8a5ce3d
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 @@ -7,8 +7,8 @@
"pre-commit": "deno fmt && deno lint && deno task -q check && deno task lock && deno task -q test",
"integration": "deno task -q test --no-lock ./test/integration/*.ts",
"run": "deno run --allow-env --allow-read --allow-net --allow-write=. --allow-run=git,deno cli.ts",
"update": "deno run --allow-env --allow-read --allow-write --allow-net=deno.land,registry.npmjs.org --allow-run=git,deno ./cli.ts ./lib/*/*.ts",
"update:commit": "deno task -q update --commit --pre-commit=fmt,lock --prefix 'build(deps):'"
"update": "deno run --allow-env --allow-read --allow-write --allow-net=deno.land,registry.npmjs.org --allow-run=git,deno ./cli.ts ./lib/*/*.ts --unstable-lock",
"update:commit": "deno task -q update --commit --prefix 'build(deps):' --prefix-lock 'build(lock)'"
},
"fmt": {
"exclude": [
Expand Down

0 comments on commit 8a5ce3d

Please sign in to comment.