Skip to content

Commit

Permalink
chore(deno): update lock task
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Oct 21, 2023
1 parent ffc5df4 commit 250d892
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
@@ -1,7 +1,7 @@
{
"tasks": {
"run": "deno run --allow-env --allow-read --allow-net=deno.land --allow-write=.",
"lock": "rm deno.lock && deno cache --lock=deno.lock --lock-write ./*.ts src/*.ts git/*.ts && git add deno.lock",
"lock": "deno cache --lock=deno.lock --lock-write ./lib/**/*.ts && git add deno.lock",
"test": "deno test -A",
"test:fast": "deno task test --no-check",
"dev": "deno fmt && deno lint && deno task lock && deno task test",
Expand Down

0 comments on commit 250d892

Please sign in to comment.