mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-10 06:54:12 +00:00
In federation test setup, run yarn build by default
This commit is contained in:
parent
95cd37827d
commit
c1f48d6a0e
1 changed files with 1 additions and 1 deletions
2
docker/federation/run-federation-test.bash
vendored
2
docker/federation/run-federation-test.bash
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue