You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might useful to have a chomp --ignore-missing targetA targetB which ignores targets not defined in the Chompfile (say it only defines targetA but not targetB).
Eg when building a monorepo it would avoid failing a test task being interpolated where projects don't define a test task.
--ignore-missing / -m or --if-exists / -e could be possible flags for this.
The text was updated successfully, but these errors were encountered:
It might useful to have a
chomp --ignore-missing targetA targetB
which ignores targets not defined in the Chompfile (say it only definestargetA
but nottargetB
).Eg when building a monorepo it would avoid failing a test task being interpolated where projects don't define a test task.
--ignore-missing
/-m
or--if-exists
/-e
could be possible flags for this.The text was updated successfully, but these errors were encountered: