mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-07 21:47:02 +09:00
12 lines
No EOL
296 B
Bash
Executable file
12 lines
No EOL
296 B
Bash
Executable file
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npx lint-staged --concurrent false
|
|
# npm run typecheck
|
|
|
|
# Checking for secrets
|
|
# gitleaks protect --verbose --redact --staged
|
|
|
|
# Checking dependencies' licenses
|
|
npx license-checker --production --json --out licenses.json
|
|
node check-licenses.js |