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/rush.schema.json
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,17 @@
60
60
},
61
61
"additionalProperties": false
62
62
},
63
+
"yarnOptions": {
64
+
"description": "Options that are only used when the Yarn pacakge manager is selected.",
65
+
"type": "object",
66
+
"properties": {
67
+
"ignoreEngines": {
68
+
"description": "If true, then Rush will add the \"--ignore-engines\" option when invoking Yarn. * This allows \"rush install\" to succeed if there are dependencies with engines defined in package.json which do not match the current environment. The default value is false.",
69
+
"type": "boolean"
70
+
}
71
+
},
72
+
"additionalProperties": false
73
+
},
63
74
"projectFolderMaxDepth": {
64
75
"description": "The maximum folder depth for the projectFolder field. The default value is 2, i.e. a single slash in the path name.",
0 commit comments