#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

# lint, prettier etc...
npx lint-staged

# run tests
# npm run test

# run build -- tsc
# npm run build

# run tsc
npx tsc
