Skip to content

Commit 2e63a5a

Browse files
committed
chore(task/lock): stage lockfile after update
1 parent 7b86c21 commit 2e63a5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"tasks": {
33
"cache": "deno cache ./**/*.ts --lock",
4-
"lock": "deno task cache --lock-write",
4+
"lock": "deno task cache --lock-write && git add deno.lock",
55
"check": "deno check ./**/*.ts",
66
"test": "deno test -A --no-check --parallel",
77
"build": "mkdir -p ./dist && deno run -A ./bin/bundle.ts",

0 commit comments

Comments
 (0)