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

Commit

Permalink
Disable deno.lock file (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
shapirone authored Feb 7, 2023
1 parent 1f79e7a commit 61ca425
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 src",
"coverage": "deno test --coverage=.coverage --allow-read src && deno coverage --exclude=fixtures --exclude=test .coverage"
}
},
"lock": false
}

0 comments on commit 61ca425

Please sign in to comment.