From 441c62a7831c66a67a37b0507145d3a80cf2d327 Mon Sep 17 00:00:00 2001 From: checktheroads Date: Sun, 3 Jan 2021 11:01:40 -0700 Subject: [PATCH] update typescript pre-commit script --- .tests/pre-commit-frontend.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.tests/pre-commit-frontend.sh b/.tests/pre-commit-frontend.sh index 6be48dc..b8c8266 100755 --- a/.tests/pre-commit-frontend.sh +++ b/.tests/pre-commit-frontend.sh @@ -1,7 +1,8 @@ #!/usr/bin/env bash -cd ../hyperglass/ui +pwd +ls -lsah + +cd hyperglass/ui yarn typecheck - -exit 0