need to install app dependencies too

This commit is contained in:
jobevers 2017-01-26 19:50:57 -06:00
parent 3a7eb5381e
commit 90b4a5779c

View file

@ -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