test: add pre-commit hook with tsc

This commit is contained in:
Nicola Zambello 2021-12-14 09:32:26 +01:00
parent 070c3b5af6
commit db07c25512

4
.husky/pre-commit Executable file
View file

@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
yarn tsc