From c274d0b3cd271a9ab2f658196e05637b9fafce6b Mon Sep 17 00:00:00 2001 From: nostrdev-com <support@nostrdev.com> Date: Thu, 3 Apr 2025 10:32:49 +0300 Subject: [PATCH] chore: fixing pre-commit git hook --- .git-hooks/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.git-hooks/pre-commit b/.git-hooks/pre-commit index ec280c3..c1b19d5 100755 --- a/.git-hooks/pre-commit +++ b/.git-hooks/pre-commit @@ -11,7 +11,7 @@ if [[ "$BRANCH" =~ $REGEX ]]; then fi # Lint staged files -npm run lint +npm run build # Run license-checker npm run license-checker \ No newline at end of file