From 70e1aca6c7ee48f1d7e3a31eb71060e3c08f7961 Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Thu, 23 Oct 2025 13:13:34 +0700 Subject: [PATCH] feat: create husky pre-commit file --- .husky/pre-commit | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .husky/pre-commit diff --git a/.husky/pre-commit b/.husky/pre-commit new file mode 100644 index 00000000..66ff6a67 --- /dev/null +++ b/.husky/pre-commit @@ -0,0 +1,2 @@ +npm run lint +npm run build