Browse Source
Instead of specifying tasks that are part of the "default" task using dependencies and running them in parallel, execute them serially using "run-sequence". This makes things deterministic and ensures that all messages from all tasks are seen in the output (which wasn't the case before, leading to confusion).redux
2 changed files with 5 additions and 1 deletions
Loading…
Reference in new issue