update typescript pre-commit script

This commit is contained in:
checktheroads 2021-01-03 11:01:40 -07:00
parent eadac1ca54
commit 441c62a783

View file

@ -1,7 +1,8 @@
#!/usr/bin/env bash
cd ../hyperglass/ui
pwd
ls -lsah
cd hyperglass/ui
yarn typecheck
exit 0