1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

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 () {