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.
alert-processor-41605
05/10/2020, 5:04 PM
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
fierce-father-77362
05/11/2020, 12:05 PM
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