From d3282f26af01b20e4cf03deb4b3a5d019e1a0bce Mon Sep 17 00:00:00 2001 From: Archimedes Trajano Date: Sat, 21 Sep 2024 11:59:11 -0400 Subject: [PATCH] document EAS_PROJECT_ROOT --- eas-vcs-workflow.md | 1 + 1 file changed, 1 insertion(+) diff --git a/eas-vcs-workflow.md b/eas-vcs-workflow.md index b7fca0a..cf223c4 100644 --- a/eas-vcs-workflow.md +++ b/eas-vcs-workflow.md @@ -29,6 +29,7 @@ If you are using a different version control system, or if you are not using any - It does not use any VCS tooling (like the `git` command). - It respects `.gitignore` files (the same as in the default workflow) or `.easignore` files. - It uploads a copy of your working directory to EAS Build. +- By default the project root is the current folder, this can be overriden by setting the environment variable `EAS_PROJECT_ROOT=`. ## Migration notes