does pulumi play nicely with yarn workspaces? some...
# general
f
does pulumi play nicely with yarn workspaces? somehow i'm getting quite a few errors
a
We're running pulumi in a yarn workspace right now. We just have the pulumi project in its own folder tagged as a workspace in the root package.json. All the pulumi commands we either run from `cd`'ing into the pulumi folder or by calling pulumi from the root directory using the
--cwd path/to/pulumi/workspace
flag.
The app doesn't currently reference any code outside of the pulumi project however. I'm not sure about the best way to do that if that's where you're running into issues.
f
thanks for answering josh, i have function defined in the yarn workspace and failed to reference them through that. but it's also not picking up the pulumi packages when I run the commands inside my deploy (pulumi) folder