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 &
|
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 a new issue