mirror of https://github.com/LemmyNet/lemmy.git
In federation test setup, run yarn build by default
parent
95cd37827d
commit
c1f48d6a0e
|
@ -6,7 +6,7 @@ pushd ../../server/ || exit
|
||||||
cargo build &
|
cargo build &
|
||||||
popd || exit
|
popd || exit
|
||||||
|
|
||||||
if [ "$1" = "-yarn" ]; then
|
if [ "$1" != "--no-yarn-build" ]; then
|
||||||
pushd ../../ui/ || exit
|
pushd ../../ui/ || exit
|
||||||
yarn
|
yarn
|
||||||
yarn build
|
yarn build
|
||||||
|
|
Loading…
Reference in New Issue