#!/bin/sh

# exit on error
set -e

pnpm install --frozen-lockfile

pnpm test
pnpm test:e2e --bail 1
