cypress-documentation icon indicating copy to clipboard operation
cypress-documentation copied to clipboard

What does intelligent caching mean in the documentation around CI

Open madjake opened this issue 3 years ago • 0 comments

https://github.com/cypress-io/cypress-documentation/blob/d65d514784979070c7d03f65283554a8ce737d5b/content/guides/continuous-integration/introduction.md?plain=1#L340

The link above has the follow text. What does "intelligent caching" mean?

  • Do not cache node_modules across builds. This bypasses more intelligent caching packaged with npm or yarn, and can cause issues with Cypress not downloading the Cypress binary on npm install.

madjake avatar Jun 24 '22 21:06 madjake