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
What package manager are you using / does the bug impact?
Yarn v1
What operating system are you using?
Mac
Describe the Bug
I discovered this in my own project but it is reproducable with the turbo example project. For a given task in turbo.json if you update the the inputs to only consider changes to a particular file extension (lets say **/*.js for example) and then add a text file (foo.txt) to the project and then rebuild - this triggers a new fingerprint and a rebuild. (Nothing else in the project has changed and the previous build result is cached).