Skip to content

Commit

Permalink
chore(task/lock): stage lockfile after update
Browse files Browse the repository at this point in the history
  • Loading branch information
hasundue committed Feb 12, 2024
1 parent 7b86c21 commit 2e63a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"tasks": {
"cache": "deno cache ./**/*.ts --lock",
"lock": "deno task cache --lock-write",
"lock": "deno task cache --lock-write && git add deno.lock",
"check": "deno check ./**/*.ts",
"test": "deno test -A --no-check --parallel",
"build": "mkdir -p ./dist && deno run -A ./bin/bundle.ts",
Expand Down

0 comments on commit 2e63a5a

Please sign in to comment.