Massive/.husky/pre-commit

7 lines
79 B
Bash
Executable File

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
set -x
yarn tsc
yarn lint