From dc01dfb7d05943c11e80663a036c0415b6e05d05 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Mon, 15 Feb 2021 15:50:52 -0800 Subject: [PATCH] Install --- bitbucket-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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