#!/usr/bin/env bash

SCRIPT_DIR=$(dirname $0);

set -ex

$SCRIPT_DIR/setup;
pnpm run build:storybook
pnpm run test:storybook
