Skip to content

Commit d0085f2

Browse files
build(root): repair lerna.json
1 parent 8b3a1f0 commit d0085f2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

lerna.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
22
"command": {
3-
"bootstrap": {
4-
"hoist": true,
5-
"nohoist": "react*"
6-
},
73
"publish": {
84
"conventionalCommits": true,
95
"createRelease": "github",
@@ -22,5 +18,6 @@
2218
}
2319
},
2420
"packages": ["packages/*"],
25-
"version": "independent"
21+
"version": "independent",
22+
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
2623
}

0 commit comments

Comments
 (0)