diff --git a/buildscripts/easydex-build.sh b/buildscripts/easydex-build.sh index 05df38a..d2abbc2 100755 --- a/buildscripts/easydex-build.sh +++ b/buildscripts/easydex-build.sh @@ -12,6 +12,8 @@ echo "Checkout to redux branch." git checkout redux git pull origin redux +[ -d react ] && cd react || echo "!!! I can't find react" + echo "Installing nodejs modules." npm install npm install webpack