diff --git a/build.sh b/build.sh index 7b4bddc3d..af09b1a3f 100755 --- a/build.sh +++ b/build.sh @@ -27,6 +27,9 @@ if [ -n "${TEAMCITY_VERSION:-}" ]; then fi npm install +pushd $ROOT/app +npm install +popd pushd "$ROOT/lbry" pip install -r requirements.txt