lookingglass/.tests/pre-commit-frontend.sh
2021-01-03 10:59:19 -07:00

7 lines
65 B
Bash
Executable file

#!/usr/bin/env bash
cd ../hyperglass/ui
yarn typecheck
exit 0