Saas-Teamspace-2/.husky/pre-commit
2024-11-25 19:28:40 -05:00

3 lines
146 B
Bash

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