Files
t6_mem0/embedchain-js/.husky/pre-commit
2023-09-07 05:52:44 +05:30

6 lines
146 B
Bash
Executable File

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
# Disable concurent to run `check-types` after ESLint in lint-staged
npx lint-staged --concurrent false