diff --git a/build.sh b/build.sh index 30f3b79..7588baf 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,5 @@ +yarn setup + echo "building client..." cd client yarn --production=false