Is there a way to run a command from a package in a workspace?
Something like:
deno task server:check
which would run the task "check" in the "server" package in my workspace.1 Reply
No, there is no such feature in Deno at the moment. There is a related feature request here https://github.com/denoland/deno/issues/24991