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

# Run tests and type checking before pushing
npm test && npm run typecheck
