Skip to content

Commit 1b597ef

Browse files
authored
chore: remove redundant check-deps task from deno.json (#249)
1 parent 27fd4dd commit 1b597ef

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deno.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"tasks": {
2121
"check": "deno check src/server.ts",
2222
"test": "deno test --allow-read --allow-env --allow-net",
23-
"start": "deno run --unstable-otel --allow-read --allow-env --allow-net --allow-sys --allow-run --allow-scripts ./src/server.ts",
24-
"check-deps": "deno run -A jsr:@check/deps"
23+
"start": "deno run --unstable-otel --allow-read --allow-env --allow-net --allow-sys --allow-run --allow-scripts ./src/server.ts"
2524
},
2625
"nodeModulesDir": "auto"
2726
}

0 commit comments

Comments
 (0)