Skip to content

Commit

Permalink
feat: tell lerna to use npm workspaces (#1036)
Browse files Browse the repository at this point in the history
lerna supports parsing workspace path defs from `package.json` so use that in order to silence the warning you otherwise see.
  • Loading branch information
achingbrain committed Aug 10, 2022
1 parent 8336134 commit 6b3ed7e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/check-project/files/lerna.json
@@ -1,8 +1,6 @@
{
"lerna": "4.0.0",
"packages": [
"packages/*"
],
"useWorkspaces": true,
"version": "independent",
"command": {
"run": {
Expand Down

0 comments on commit 6b3ed7e

Please sign in to comment.