From cfb96c45c9c6ad7281bcd1639de855b1a75c3301 Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Thu, 23 Apr 2026 09:55:00 +0700 Subject: [PATCH] fix: uncomment pre-commit --- .husky/pre-commit | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 0836a1c5..de6b606b 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ -#npm run format -#npm run lint -#npm run typecheck -#git add . +npm run format +npm run lint +npm run typecheck +git add .