EAS_PROJECT_ROOT
variable no longer seem to work in monorepo setup
#2938
Labels
needs review
Issue is ready to be reviewed by a maintainer
Build/Submit details page URL
No response
Summary
I have an expo app in the subfolder of a mono repo setup (yarn workspaces). I haven't changed my deploy command or project structure which is the same as always and it's always worked fine. But today I tried to deploy and got some errors at the install stage, I clicked around and noticed that my entire repo had been uploaded to expo and not just the project subfolder like it usually is the case.
So I ran the eas inspect command to see what's actually being uploaded and sure enough the generated folder contained the whole repo.
Did anything change in a recent version that could have broken the use of this env var? I can confirm the other var I'm using
EAS_NO_VCS
is working because I see the yellow warning message like usual:My npm scripts:
Managed or bare?
Managed
Environment
Error output
No response
Reproducible demo or steps to reproduce from a blank project
See message.
The text was updated successfully, but these errors were encountered: