From ba4056b0d4a629bfc22bab62e22a2e82c38e3f87 Mon Sep 17 00:00:00 2001 From: Jane Chu <7559015+janechu@users.noreply.github.com> Date: Fri, 15 Feb 2019 08:43:41 -0800 Subject: [PATCH] chore: fix the Lerna version to avoid the build break (#1387) * chore: fix the Lerna version to avoid the build break * try installing troublesome package to flatten * Revert "try installing troublesome package to flatten" This reverts commit 40752de9f5b2683580de99177e7289a193f8e223. * fix to even earlier version of lerna * fix version of lerna in package.json --- .circleci/config.yml | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9ca1f3cc1..430792fa9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -15,7 +15,7 @@ aliases: run: name: Install Lerna command: | - sudo npm i lerna@^3.0.6 -g + sudo npm i lerna@3.11.1 -g version: 2 jobs: diff --git a/package.json b/package.json index 3f57a57c6..47d033fbc 100644 --- a/package.json +++ b/package.json @@ -89,7 +89,7 @@ "glob": "^7.1.2", "husky": "^1.1.2", "jest": "^23.6.0", - "lerna": "^3.3.0", + "lerna": "3.11.1", "lint-staged": "^7.3.0", "markdown-it": "^8.4.1", "prettier": "1.14.3",