if [ ! -z "$BRANCH_NAME" ]; then
  exit 0
fi

yarn test
yarn typecheck:files
