need to install app dependencies too
This commit is contained in:
parent
3a7eb5381e
commit
90b4a5779c
1 changed files with 3 additions and 0 deletions
3
build.sh
3
build.sh
|
@ -27,6 +27,9 @@ if [ -n "${TEAMCITY_VERSION:-}" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
npm install
|
npm install
|
||||||
|
pushd $ROOT/app
|
||||||
|
npm install
|
||||||
|
popd
|
||||||
|
|
||||||
pushd "$ROOT/lbry"
|
pushd "$ROOT/lbry"
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue