#!/bin/sh -e

set -x

# Build Docs
cd docs && pnpm build
cd -

# Build Client
cd src/pywire/client && pnpm build
cd -