Skip to content

Commit

Permalink
fix(core): add parallelism to target defaults schema
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKless committed Aug 30, 2024
1 parent f950599 commit 0bb5338
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/nx/schemas/nx-schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,11 @@
"type": "object"
}
},
"parallelism": {
"type": "boolean",
"default": true,
"description": "Whether this target can be run in parallel with other tasks"
},
"inputs": {
"$ref": "#/definitions/inputs"
},
Expand Down

0 comments on commit 0bb5338

Please sign in to comment.