data icon indicating copy to clipboard operation
data copied to clipboard

chore: fix CI caching to work with per-package linting

Open runspired opened this issue 2 years ago • 1 comments

type and lint artifacts are no longer in root but instead exist as a per-package cache. We should enable caching and restoring these like we previously did with root.

runspired avatar Oct 23 '23 17:10 runspired

this ought to be easy to do with turbo at this point, just make the lint job have an output on .eslintcache, though I'm hesitant to do it since we've been getting trolled by turbo and eslint in this regard

runspired avatar Mar 13 '25 10:03 runspired