turbo
turbo copied to clipboard
Always getting "cache miss" in a simple lint task
What version of Turborepo are you using?
1.4.7
What package manager are you using / does the bug impact?
pnpm
What operating system are you using?
Mac
Describe the Bug
Turborepo always shows a cache miss
even if the input files have not changed.
Expected Behavior
Turborepo must hit the cache if the input files have not changed.
To Reproduce
-
git clone https://github.com/GiancarlosIO/turbo-cache-miss-bug.git
-
pnpm install
-
pnpm lint
- run
pnpm lint
again to see a "cache miss" from turborepo 😢