Hmm, I sorta needed the other direction: `--change...
# general
c
Hmm, I sorta needed the other direction:
--changed-include-dependencies
. I think I have bigger questions now like should I depend on anything directly in dist or not? Or should I be caching the entire
/dist
folder. If I can force it in the opposite direction then I can force the artifacts to rebuild from the
.cache
. Now I’m starting to wonder if what’s in the cache is verbatim the dist artifact 🙂 I’ll probably dig into that, but I think I can also get out of this by caching the entire /dist folder right now.