From 5b61e767eab7498b64da17bb1e92b3e78233f69a Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Mon, 15 Feb 2021 15:49:28 -0800 Subject: [PATCH] Install lerna --- bitbucket-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml index 17d4e26f..30e70ca2 100644 --- a/bitbucket-pipelines.yml +++ b/bitbucket-pipelines.yml @@ -13,4 +13,5 @@ pipelines: caches: - node script: + - npm install lerna - yarn build