diff --git a/.husky/pre-commit b/.husky/pre-commit new file mode 100644 index 000000000..1ab521a7e --- /dev/null +++ b/.husky/pre-commit @@ -0,0 +1,3 @@ +#!/bin/sh +# Disable concurent to run `check-types` after ESLint in lint-staged +cd "$(dirname "$0")/.." && npx --no lint-staged --concurrent false