denoland / fresh

The next-gen web framework.
https://fresh.deno.dev
MIT License
12.54k stars 648 forks source link

Revert "chore: simplify deno check:types command" #2262

Closed deer closed 9 months ago

deer commented 9 months ago

Reverts denoland/fresh#2259 Windows is failing with this change:

Run deno task check:types
Task check:types deno check **/*.ts **/*.tsx
Error launching 'deno': The filename or extension is too long. (os error 206)
Error: Process completed with exit code 1.
deer commented 9 months ago

@marvinhagemeister, please take a look.