-
We have a monorepo using Parcel 2 to build our packages and the automated build (via Github Actions) is getting painfully slow. We were able to utilise the cache action to speed up steps like dependency installation and I could write a verbose action that only builds packages that have changed but I was curious if I could pair the cache action with the It needs to know when to invalidate the cache if things change so in the case of dependency installation it will hash the Is this currently possible? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The goal is that Parcel automatically invalidates anything that needs to be invalidated. But we're not quite there yet |
Beta Was this translation helpful? Give feedback.
The goal is that Parcel automatically invalidates anything that needs to be invalidated. But we're not quite there yet