Fix this:
|
// WARNING! |
|
// AFAIK, these task dependencies are declared properly. (And in fact, a bit conservatively to keep things simple) |
|
// However, when run in parallel, I get errors that very much make it seem like dependency tasks haven't finished |
|
// before running the next task. |
|
// BUT, with the current state of the output of `deno task` when running parallel tasks, it's difficult to verify/debug this. |
|
// TODO: Once better logging is implemented, come back and try to debug this again: |
|
// See: https://github.com/denoland/deno/issues/27647 |
|
// |
|
// Until then, run tasks with `DENO_JOBS=1 deno task ...` |
Once we have better logging from this:
denoland/deno#27647
Fix this:
deno-embedder/deno.jsonc
Lines 32 to 40 in 426e55a
Once we have better logging from this:
denoland/deno#27647