Skip to content

Commit

Permalink
Disable deno.lock file (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
shapirone authored Feb 7, 2023
1 parent 860b781 commit c8f746e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
"tasks": {
"test": "deno fmt --check && deno lint && deno test --allow-read --allow-net src",
"coverage": "deno test --allow-read --allow-net --coverage=.coverage src && deno coverage --exclude=fixtures --exclude=test .coverage"
}
},
"lock": false
}

0 comments on commit c8f746e

Please sign in to comment.