Adding yarn run to run-federation-test.bash script.

This commit is contained in:
Dessalines 2020-04-15 14:06:17 -04:00
parent 5e0040d8c8
commit f9ae595968

View file

@ -3,6 +3,7 @@ set -e
if [ "$1" = "-yarn" ]; then
pushd ../../ui/ || exit
yarn
yarn build
popd || exit
fi
@ -13,4 +14,4 @@ popd || exit
sudo docker build ../../ -f Dockerfile -t lemmy-federation:latest
sudo docker-compose up
sudo docker-compose up