Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
attempt to fix lock issue
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysolovay committed Nov 19, 2022
1 parent 1f0fdf4 commit 367b2e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"include": ["."],
"tasks": {
"run": "deno run -A --no-check=remote",
"run": "deno run -A --no-check=remote --lock=lock.json",
"run:browser": "deno task run test_util/ctx.ts -- deno task run _tasks/run_browser.ts",
"debug": "deno task run --inspect-brk",
"download:frame_metadata": "deno task run _tasks/download_frame_metadata.ts",
Expand All @@ -34,7 +34,7 @@
"star": "deno task run _tasks/star.ts && deno cache --no-check=remote _star.ts",
"lock": "deno task star --lock=lock.json --lock-write",
"lint": "deno lint",
"test": "deno task run test_util/ctx.ts -- deno test -A -L=info --ignore=target --parallel",
"test": "deno task run test_util/ctx.ts -- deno test -A -L=info --ignore=target --parallel --lock=lock.json",
"test:update": "deno task test -- -- --update",
"mdbook:watch": "mdbook watch -o",
"bench": "deno bench -A --no-check=remote --unstable",
Expand Down

0 comments on commit 367b2e8

Please sign in to comment.