fix pre-commit

This commit is contained in:
checktheroads 2021-01-03 23:50:23 -07:00
parent 42e2ed089e
commit 14b62bd8e1

View file

@ -4,7 +4,7 @@ UI_DIR="$(pwd)/hyperglass/ui"
check_typescript () {
cd $UI_DIR
node_modules/.bin/tsc
node_modules/.bin/tsc --noEmit
}
check_eslint () {