1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-09 09:35:02 +09:00

revert gitleaks check commit

This commit is contained in:
Andrew Simachev 2024-02-06 13:54:42 +01:00
parent c829a0e72a
commit 98199431d6
No known key found for this signature in database
GPG key ID: 49A163D0D14E6FD8

View file

@ -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