#!/usr/bin/env bash
set -ex
corepack enable;
corepack install;
rm -rf ./_dist
yarn install
yarn run build