Skip to content

Commit aa70c6a

Browse files
committed
chore(repo): use deno lock in repo deps
1 parent 76a50a2 commit aa70c6a

File tree

2 files changed

+271
-26
lines changed

2 files changed

+271
-26
lines changed

deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"tasks": {
3-
"prepare": "deno run -A --no-lock npm:husky@^9",
4-
"staged": "deno run -A --no-lock npm:lint-staged@^15"
3+
"prepare": "deno run -A npm:husky@^9",
4+
"staged": "deno run -A npm:lint-staged@^15"
55
},
66
"fmt": {
77
"exclude": [

deno.lock

Lines changed: 269 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)