So I have a "lerna" monorepo. i can cached the main "node_modules" in the root directory using "caches: - node" but when i run "lerna bootstrap" to install the inner node_modules ("/packages/((some_package))/node_modules") it is not cached.
I am also encountered this. Is there any solution?
I'm also very curious about this as it would speed up my build tasks by a pretty big factor.
I've personally tried using custom cache like: https://gist.github.com/RPDeshaies/57d92a71f0a0c9d5594fdc10780fa512
But it still doesn't seem to work fully since my local environments install my dependencies in 4s while Bitbucket does it in ~50s.
Any advice on this Atlassian ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.