#!/bin/sh

# abort on script error
set -e

pnpm test
