We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b86c21 commit 2e63a5aCopy full SHA for 2e63a5a
deno.json
@@ -1,7 +1,7 @@
1
{
2
"tasks": {
3
"cache": "deno cache ./**/*.ts --lock",
4
- "lock": "deno task cache --lock-write",
+ "lock": "deno task cache --lock-write && git add deno.lock",
5
"check": "deno check ./**/*.ts",
6
"test": "deno test -A --no-check --parallel",
7
"build": "mkdir -p ./dist && deno run -A ./bin/bundle.ts",
0 commit comments