fix(core): fix externalDependencies schema type (#17699)
This commit is contained in:
parent
53a37d47e2
commit
5af50b966e
@ -163,7 +163,8 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"externalDependencies": {
|
||||
"type": "string",
|
||||
"type": "array",
|
||||
"items": { "type": "string" },
|
||||
"description": "The list of external dependencies that our target depends on for `nx:run-commands` and community plugins."
|
||||
}
|
||||
},
|
||||
|
||||
@ -211,7 +211,8 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"externalDependencies": {
|
||||
"type": "string",
|
||||
"type": "array",
|
||||
"items": { "type": "string" },
|
||||
"description": "The list of external dependencies that our target depends on for `nx:run-commands` and community plugins."
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user