diff --git a/e2e/install.sh b/e2e/install.sh index ae11b6014b..e49ba5d3c5 100755 --- a/e2e/install.sh +++ b/e2e/install.sh @@ -2,6 +2,8 @@ set -e +export projectRoot="." + DO_BUILD=1 DO_DEPLOY=1