#!/bin/bash

set -eux

. /opt/ci-toolset/functions.sh

make build

make lint
make test

pnpm build
