#!/bin/sh

set -eu

./yarn --no-default-config --quiet "$@"
