chore: fixing pre-commit git hook

This commit is contained in:
nostrdev-com 2025-04-03 10:31:29 +03:00
parent b288e40d13
commit 862e3b4618

@ -11,7 +11,7 @@ if [[ "$BRANCH" =~ $REGEX ]]; then
fi fi
# Lint staged files # Lint staged files
npm run lint-staged npm run lint
# Run license-checker # Run license-checker
npm run license-checker npm run license-checker