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
  • Loading branch information
amrsalama authored and MaxKless committed Feb 3, 2025
1 parent bb03ed7 commit 3b5109a
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 3b5109a

Please sign in to comment.