Skip to content

Commit

Permalink
Add type checking task to deno.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pklaschka committed Sep 7, 2024
1 parent 8761aaf commit 6704a0c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"run": "deno run --env --unstable-kv -A main.ts",
"test": "deno test --env --unstable-kv -A",
"lint": "deno lint",
"check": "deno check main.ts",
"version": "deno run --allow-read=. --allow-write=. --allow-run=git jsr:@utility/version"
},
"imports": {
Expand Down

0 comments on commit 6704a0c

Please sign in to comment.