Open jlissner opened 1 month ago
I noticed that whatever file is changed is being removed from the inputs.
Before any changes:
After changing Buttons.tsx
, then building again
i tried on macos, i could not replicate this issue. maybe a windows issue? let me try to windows.
i just tried it on windows. i could not replicate this.
When I change this button file and run nx build @tuskdesign/buttons
, it does not hit cache; it rebuilds every time.
Current Behavior
When editing an input file to a cached task, it only hits the cache on the first re-run of the task. Subsequent re-runs of that task (after subsequent changes) hit the cache when it shouldn't.
Expected Behavior
Anytime a valid input files changes, it shouldn't hit the cache.
GitHub Repo
https://github.com/jlissner/tuskydesign/blob/main/packages/buttons/Button.tsx#L6
Steps to Reproduce
Use Task Pipelines
Button
component inpackages/buttons/Button
Button
component againNx Report
Failure Logs
No response
Package Manager Version
No response
Operating System
Additional Information
No response