#!/bin/sh

set -e

# frontend path
DIR="$(dirname "$0")/.."

cd "$DIR" || exit 1

../devops/localdev/docker-run frontend npm run tsc
