Skip to content

Commit f864da2

Browse files
committed
fix: update Lerna to latest version; update bootstrap command to use local version of Lerna so bootstrapping works as expected
1 parent 8f321e4 commit f864da2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lerna": "3.0.0-rc.0",
2+
"lerna": "3.2.1",
33
"packages": [
44
"packages/*"
55
],

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"devDependencies": {
3-
"lerna": "3.0.0-rc.0"
3+
"lerna": "3.2.1"
44
},
55
"private": true,
66
"scripts": {
7-
"bootstrap": "npx lerna bootstrap",
7+
"bootstrap": "lerna bootstrap",
88
"precommit": "pretty-quick --staged",
99
"prettier": "prettier --config .prettierrc --write ./**/*.js",
1010
"test": "lerna run test",

0 commit comments

Comments
 (0)