Skip to content

Commit

Permalink
chore: deno task check:types (denoland#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Aug 15, 2023
1 parent 349580f commit 78397f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"start": "deno run --unstable -A --watch=static/,routes/ dev.ts",
"test": "KV_PATH=:memory: deno test -A --unstable --parallel --coverage=./cov",
"check:license": "deno run --allow-read --allow-write tools/check_license.ts",
"ok": "deno fmt --check && deno lint && deno task check:license --check && deno check main.ts && deno task test",
"check:types": "deno check **/*.ts && deno check **/*.tsx",
"ok": "deno fmt --check && deno lint && deno task check:license --check && deno task check:types && deno task test",
"cov": "deno coverage ./cov/ --lcov --exclude='test.ts' > cov.lcov",
"update": "deno run -A -r https://fresh.deno.dev/update ."
},
Expand Down

0 comments on commit 78397f0

Please sign in to comment.