From 862e3b46186d580870cab9e009949d9e11c7c60f Mon Sep 17 00:00:00 2001 From: nostrdev-com <support@nostrdev.com> Date: Thu, 3 Apr 2025 10:31:29 +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 31f6a12..ec280c3 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-staged +npm run lint # Run license-checker npm run license-checker \ No newline at end of file