diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 30e70ca2..0cced0ef 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -13,5 +13,5 @@ pipelines: caches: - node script: - - npm install lerna + - yarn install - yarn build