Workspace is not included as an affected workspace if only change is a file deletion #706
Labels
🐛 bug
Something isn't working
⚛️ core
The oneRepo core
good first issue
Good for newcomers
🚑 help wanted
Extra attention is needed
What version of oneRepo are you using?
1.1.0
Environment info
Command
getWorkspaces()
What did you expect to happen?
Deleting a file under
src/pages
, staging the change, and then callinggetWorkspaces()
from a custom command handler with a builder that uses bothwithWorkspaces
andwithAffected
should include that workspace that had the file deleted in the returnedgetWorkspaces()
call.What actually happened?
The workspace is not returned as an affected workspace. Running the debug logs, it does pick up the file change, but not the deletion as a modification.
Participation
The text was updated successfully, but these errors were encountered: