From 14b62bd8e1307347f9d33eed631c29bea63dc250 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sun, 3 Jan 2021 23:50:23 -0700 Subject: [PATCH] fix pre-commit --- .tests/pre-commit-frontend.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () {