-
-
Notifications
You must be signed in to change notification settings - Fork 10
Commit 60bf077
Remove superfluous
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.run
keys from tasks1 parent 5422f9f commit 60bf077
1 file changed
+0
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 | - | ||
109 | 108 |
| |
110 | 109 |
| |
111 | 110 |
| |
| |||
187 | 186 |
| |
188 | 187 |
| |
189 | 188 |
| |
190 | - | ||
191 | 189 |
| |
192 | 190 |
| |
193 | 191 |
| |
|
0 commit comments