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
Copy file name to clipboardExpand all lines: apps/rush-lib/src/schemas/command-line.schema.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,11 @@
68
68
"description": "If true then this command can be run in parallel, i.e. executed simultaneously for multiple projects.",
69
69
"type": "boolean"
70
70
},
71
+
"ignoreDependencyOrder": {
72
+
"title": "ignoreDependencyOrder",
73
+
"description": "Normally projects will be processed according to their dependency order: a given project will not start processing the command until all of its dependencies have completed. This restriction doesn't apply for certain operations, for example, a \"clean\" task that deletes output files. In this case you can set \"ignoreDependencyOrder\" to true to increase parallelism.",
74
+
"type": "boolean"
75
+
},
71
76
"ignoreMissingScript": {
72
77
"title": "Ignore Missing Script",
73
78
"description": "Normally Rush requires that each project's package.json has a \"scripts\" entry matching the custom command name. To disable this check, set \"ignoreMissingScript\" to true.",
0 commit comments