Skip to content

Commit

Permalink
Fix lerna publish error
Browse files Browse the repository at this point in the history
lerna ERR! ECONFIGWORKSPACES The "useWorkspaces" option has been removed. By default lerna will resolve your packages using your package manager's workspaces configuration. Alternatively, you can manually provide a list of package globs to be used instead via the "packages" option in lerna.json.
  • Loading branch information
MantisClone committed Jan 25, 2024
1 parent 62e3d7f commit b27ceaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
"lerna": "3.2.1",
"packages": ["packages/*"],
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true
"npmClient": "yarn"
}

0 comments on commit b27ceaf

Please sign in to comment.