You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are currently stuck with a "classic" lerna monorepo (classic = not using native package manager workspaces) because of electron build not working with npm workspaces but we want to speed up our build by utilizing turborepo.
Describe the solution you'd like
Support "packages" defined in lerna.json if "useWorkspaces": false as source.
Describe alternatives you've considered
No really alternative except switching package manager
The text was updated successfully, but these errors were encountered:
Which project is this feature idea for?
Turborepo
Describe the feature you'd like to request
We are currently stuck with a "classic"
lerna
monorepo (classic = not using native package manager workspaces) because of electron build not working withnpm workspaces
but we want to speed up our build by utilizingturborepo
.Describe the solution you'd like
Support
"packages"
defined inlerna.json
if"useWorkspaces": false
as source.Describe alternatives you've considered
No really alternative except switching package manager
The text was updated successfully, but these errors were encountered: