From: Felix Ableitner Date: Tue, 11 Aug 2020 12:12:05 +0000 (+0200) Subject: In federation test setup, run yarn build by default X-Git-Url: http://these/git/%22https:/image.com/%22?a=commitdiff_plain;h=c1f48d6a0e8b2e845f8a23e8d70eb1c3a3b4237f;p=lemmy.git In federation test setup, run yarn build by default --- diff --git a/docker/federation/run-federation-test.bash b/docker/federation/run-federation-test.bash index bc73fff6..77cc981f 100755 --- a/docker/federation/run-federation-test.bash +++ b/docker/federation/run-federation-test.bash @@ -6,7 +6,7 @@ pushd ../../server/ || exit cargo build & popd || exit -if [ "$1" = "-yarn" ]; then +if [ "$1" != "--no-yarn-build" ]; then pushd ../../ui/ || exit yarn yarn build