This adds a new validation field to tasks which defaults to "ok-targets", but can also be ok-only or targets-only to permit task success in the case a task doesn't define all its targets or if a task doesn't complete successfully but execution should still proceed.
The npm extension is updated to use this in the case of no installations in node modules.
This adds a new
validation
field to tasks which defaults to"ok-targets"
, but can also beok-only
ortargets-only
to permit task success in the case a task doesn't define all its targets or if a task doesn't complete successfully but execution should still proceed.The npm extension is updated to use this in the case of no installations in node modules.