You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Task" task runner tool is used to perform common development operations for the project.
Tasks may call other tasks. Under certain conditions, this can result in the same task being called redundantly. This
can be avoided by using the `run` key to configure so that all but the first call will be ignored.
Previously such a configuration was used in some tasks which will never be called redundantly. That configuration only
makes the tasks more difficult to understand and maintain, without any benefit. For this reason, the `run` keys are
removed from these tasks.
0 commit comments