mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-14 16:34:01 +00:00
Adding yarn run to run-federation-test.bash script.
This commit is contained in:
parent
5e0040d8c8
commit
f9ae595968
1 changed files with 2 additions and 1 deletions
3
docker/federation/run-federation-test.bash
vendored
3
docker/federation/run-federation-test.bash
vendored
|
@ -3,6 +3,7 @@ set -e
|
||||||
|
|
||||||
if [ "$1" = "-yarn" ]; then
|
if [ "$1" = "-yarn" ]; then
|
||||||
pushd ../../ui/ || exit
|
pushd ../../ui/ || exit
|
||||||
|
yarn
|
||||||
yarn build
|
yarn build
|
||||||
popd || exit
|
popd || exit
|
||||||
fi
|
fi
|
||||||
|
@ -13,4 +14,4 @@ popd || exit
|
||||||
|
|
||||||
sudo docker build ../../ -f Dockerfile -t lemmy-federation:latest
|
sudo docker build ../../ -f Dockerfile -t lemmy-federation:latest
|
||||||
|
|
||||||
sudo docker-compose up
|
sudo docker-compose up
|
||||||
|
|
Loading…
Reference in a new issue