]> Untitled Git - lemmy.git/commitdiff
Adding yarn run to run-federation-test.bash script.
authorDessalines <tyhou13@gmx.com>
Wed, 15 Apr 2020 18:06:17 +0000 (14:06 -0400)
committerDessalines <tyhou13@gmx.com>
Wed, 15 Apr 2020 18:06:17 +0000 (14:06 -0400)
docker/federation/run-federation-test.bash

index 62bc1e8bfa92431c7fb8b0a50f68ef034d1c2e93..2c8b681ce3e65e0fe8cdcd3dbc994debffb05903 100755 (executable)
@@ -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