From: Dessalines Date: Wed, 15 Apr 2020 18:06:17 +0000 (-0400) Subject: Adding yarn run to run-federation-test.bash script. X-Git-Url: http://these/git/?a=commitdiff_plain;h=a941c20024e91027d55bdf875275bd9ceddb2db4;p=lemmy.git Adding yarn run to run-federation-test.bash script. --- diff --git a/docker/federation/run-federation-test.bash b/docker/federation/run-federation-test.bash index 62bc1e8b..2c8b681c 100755 --- a/docker/federation/run-federation-test.bash +++ b/docker/federation/run-federation-test.bash @@ -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 \ No newline at end of file +sudo docker-compose up