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
I'm not sure what the solution is here because some commands error if no argument is provided (eslint, etc), so we pass the . for those use cases. But it doesn't work for other commands...
Describe the bug
When configuring a task with
affectedPassInputs: true
, if the inputs are missing the dir will be passed as an arg to the command.Steps to reproduce
Define the following task:
If no
sh
files exist the task will echo.
.Expected behavior
If we pass an empty string the formatter/linter might fail.
Perhaps the task command should be skipped in this case?
The text was updated successfully, but these errors were encountered: