Adding yarn run to run-federation-test.bash script.

pull/722/head
Dessalines 2020-04-15 14:06:17 -04:00
parent 7ba6ee8714
commit a941c20024
1 changed files with 2 additions and 1 deletions

View File

@ -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