edtechdemo / .husky /pre-commit
Hoang Nguyen
init app
f75d7fa
raw
history blame contribute delete
147 Bytes
#!/bin/sh
# Disable concurrent to run `check-types` after ESLint in lint-staged
cd "$(dirname "$0")/.." && npx --no lint-staged --concurrent false