Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Removed useWorkspaces from lerna.json
Browse files Browse the repository at this point in the history
This option has been deprecated and throws errors when attempting to run version-increment.
Lerna should work as intended without this now.
  • Loading branch information
barankyle committed Jul 11, 2023
1 parent caa6316 commit c4a3db9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@
"npmClient": "npm",
"useNx": true,
"loglevel": "verbose",
"useWorkspaces": true,
"hoist": true
}

0 comments on commit c4a3db9

Please sign in to comment.