mirror of https://github.com/LemmyNet/lemmy.git
Adding yarn run to run-federation-test.bash script.
parent
7ba6ee8714
commit
a941c20024
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue