#!/usr/bin/env bash set -ex corepack enable; corepack install; yarn install; yarn run test;