set -e

npm run preflight

if scripts/should-run-eval-quality.sh; then
  npm run eval:quality
fi
