Finally using SEED for my deploys. I see that it ...
# seed
t
Finally using SEED for my deploys. I see that it caches deps at root: https://seed.run/docs/caching-dependencies.html Is there a way to get it to cache deps in other folders?
f
If you use yarn workspaces,
node_modules
for all packages will be cached.
t
ah didn't know about this
ty