Is there a recommended way to handle multiple 'sub...
# typescript
f
Is there a recommended way to handle multiple 'sub' projects? yarn workspaces, lerna, something else?
l
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
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 🙂