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
This commit is contained in:
Родитель
2e767f8340
Коммит
ba4056b0d4
|
@ -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:
|
||||
|
|
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче