Skip to content

Commit

Permalink
chore(repo): use deno lock in repo deps
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Oct 10, 2024
1 parent 76a50a2 commit aa70c6a
Show file tree
Hide file tree
Showing 2 changed files with 271 additions and 26 deletions.
4 changes: 2 additions & 2 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"tasks": {
"prepare": "deno run -A --no-lock npm:husky@^9",
"staged": "deno run -A --no-lock npm:lint-staged@^15"
"prepare": "deno run -A npm:husky@^9",
"staged": "deno run -A npm:lint-staged@^15"
},
"fmt": {
"exclude": [
Expand Down
293 changes: 269 additions & 24 deletions deno.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aa70c6a

Please sign in to comment.