`deno task` lets you define tasks with dependencies which must complete first.
Grouping tasks together this way is a handy and popular way to organise your tasks and scripts. But what if you don't want to run another command after your dependencies complete?
Deno v2.2 now lets you do that by allowing you to omit the command from tasks that have dependencies.
`deno task` got other improvements in v2.2 ...too!
Learn more about this and other features in the v2.2 release here:
https://deno.com/blog/v2.2#running-ta...
Deno is an all-in-one batteries included JavaScript and TypeScript toolchain.
Website: https://deno.com
GitHub: https://github.com/denoland
Discord: / discord
Bluesky: https://bsky.app/profile/deno.land
Mastodon: https://fosstodon.org/@deno_land
Twitter: https:/twitter.com/deno_land