From a5a9fc7695ef3b2f871a5cdbb208a048e937f7fa Mon Sep 17 00:00:00 2001 From: mingxuanzhang Date: Tue, 1 Oct 2024 15:43:08 -0700 Subject: [PATCH] chore: update path in husky --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 8165feb65..0465681bc 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -2,4 +2,4 @@ . "$(dirname "$0")/_/husky.sh" yarn lint && yarn pretty-quick --staged -node ../scripts/scanTs.js \ No newline at end of file +node ./scripts/scanTs.js \ No newline at end of file