Skip to content

Commit

Permalink
feat(core): add sync generators option to target defaults in nx-schema (
Browse files Browse the repository at this point in the history
#29441)

(cherry picked from commit bc06d63)
  • Loading branch information
amrsalama authored and FrozenPandaz committed Feb 6, 2025
1 parent 50d0a73 commit d940de1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions packages/nx/schemas/nx-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,13 @@
"cache": {
"type": "boolean",
"description": "Specifies if the given target should be cacheable"
},
"syncGenerators": {
"type": "array",
"items": {
"type": "string"
},
"description": "List of generators to run before the target to ensure the workspace is up to date"
}
},
"additionalProperties": false
Expand Down

0 comments on commit d940de1

Please # to comment.