diff --git a/.husky/pre-commit b/.husky/pre-commit index 89b46ae2..32fb79e8 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,2 +1,5 @@ +#!/usr/bin/env sh +. "$(dirname -- "$0")/_/husky.sh" + npx lint-staged npm run check-types