turbo icon indicating copy to clipboard operation
turbo copied to clipboard

Always getting "cache miss" in a simple lint task

Open giancarlosisasi opened this issue 2 years ago • 0 comments

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

  1. git clone https://github.com/GiancarlosIO/turbo-cache-miss-bug.git
  2. pnpm install
  3. pnpm lint
  4. run pnpm lint again to see a "cache miss" from turborepo 😢

giancarlosisasi avatar Sep 21 '22 18:09 giancarlosisasi