diff --git a/.tests/pre-commit-frontend.sh b/.tests/pre-commit-frontend.sh index c5d465f..5e78f5e 100755 --- a/.tests/pre-commit-frontend.sh +++ b/.tests/pre-commit-frontend.sh @@ -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 () {