mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-12 15:34:00 +00:00
Adding yarn run to run-federation-test.bash script.
This commit is contained in:
parent
7ba6ee8714
commit
a941c20024
1 changed files with 2 additions and 1 deletions
1
docker/federation/run-federation-test.bash
vendored
1
docker/federation/run-federation-test.bash
vendored
|
@ -3,6 +3,7 @@ set -e
|
|||
|
||||
if [ "$1" = "-yarn" ]; then
|
||||
pushd ../../ui/ || exit
|
||||
yarn
|
||||
yarn build
|
||||
popd || exit
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue