#!/usr/bin/env bash

set -e;

corepack enable;
corepack install;
pnpm install;
pnpx playwright install chromium
