Skip to content

Commit

Permalink
fix(config): move hoist flag into lerna.json config
Browse files Browse the repository at this point in the history
Seems to be needed for renovateBot to apply hoisting properly
  • Loading branch information
bkrem committed Mar 30, 2023
1 parent a4c95fa commit e0ca18e
Show file tree
Hide file tree
Showing 3 changed files with 414 additions and 443 deletions.
9 changes: 2 additions & 7 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
{
"version": "independent",
"packages": [
"browser/*",
"jsonrpc/*",
"crypto/*",
"misc/*",
"relay/*"
]
"hoist": true,
"packages": ["browser/*", "jsonrpc/*", "crypto/*", "misc/*", "relay/*"]
}
Loading

0 comments on commit e0ca18e

Please sign in to comment.