diff --git a/bin/setup b/bin/setup index 1ab9c3930..b4a7ae9d8 100755 --- a/bin/setup +++ b/bin/setup @@ -47,8 +47,7 @@ if [ ! -f config.json ]; then fi echo "Installing packages..." -yarn install --pure-lockfile -yarn install --production=false --pure-lockfile +yarn install --production=true --pure-lockfile cat << EOF