https://pulumi.com logo
f

famous-jelly-72366

05/29/2020, 8:24 AM
Is there a recommended way to handle multiple 'sub' projects? yarn workspaces, lerna, something else?
l

limited-rainbow-51650

05/29/2020, 9:05 AM
I have a setup with Yarn v2 workspaces, but with
node-linker: node-modules
(https://yarnpkg.com/configuration/yarnrc#nodeLinker). Pulumi doesn’t support the Plug-n-Play mode yet. (https://github.com/pulumi/pulumi/issues/3586)
I specifically wanted v2 for it’s release workflow (https://yarnpkg.com/features/release-workflow)
f

famous-jelly-72366

05/29/2020, 9:26 AM
hmmm tried v2 a while back, but was utterly disappointed. Output was not CI friendly at all, and having x MB extra in your repo for yarn + plugins (wanted at least the upgrade-interactive) was not very appealing
but maybe things have improved 🙂