diff --git a/.husky/pre-commit b/.husky/pre-commit index 48f58f49..37fad09f 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,6 +1,9 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" +# Enable colors in Powershell (has scrolling issue?) +# export FORCE_COLOR=1 + # Check changed files yarn lint-staged