Anyway to mark NoApplicableTargetsException as 'su...
# general
a
Anyway to mark NoApplicableTargetsException as 'success'? I would expect this to silently succeed but i get why it fails:
pants experimental-deploy --changed-dependents=transitive --changed-since=origin/dev
I did work around it, we 'pants list ... | wc-l' before we run any commands in CI. if the list is 0 we can assume no applicable targets and skip running pants package or pants experimental-deploy