eclipse / che-theia-samples

11 stars 11 forks source link

use yarn workspaces to speed up the build #32

Open akosyakov opened 5 years ago

akosyakov commented 5 years ago

lerna bootstrap is dead slow: https://github.com/eclipse/che-theia-samples/blob/92f5d80b35e55a80fb69b2dc7ea4edeb31bb9d22/package.json#L8

benoitf commented 5 years ago

I think there is some history behind : It was impossible to package plug-ins with yarn workspaces. (it has been fixed in plug-in packager) so lerna can go away now)