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