Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Can I use wildcards in bitbucket pipeline cache paths?

Paul Smith December 12, 2022

We have one project that is using a lerna mono-repo structure. For this I not only want to cache the top level dependencies, but also the package dependencies.

For this I need to be able to use a wildcard in the cache path such as:

definitions:
caches:
lerna: packages/*/node_modules

 

1 answer

1 accepted

0 votes
Answer accepted
Paul Smith December 12, 2022

Use the following command to hoist the package dependencies to the root, in the bitbucket pipeline for your lerna mono-repo.

npx lerna bootstrap --force-local --hoist

Then wildcards will not be needed, and all node dependencies will be cached as normal.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events