diff --git a/.husky/pre-commit b/.husky/pre-commit index e4c9a2f753..7d1e3f139d 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -5,7 +5,7 @@ npx lint-staged --concurrent false # npm run typecheck # Checking for secrets -#gitleaks protect --verbose --redact --staged +gitleaks protect --verbose --redact --staged # Checking dependencies' licenses npx license-checker --production --json --out licenses.json