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