Tony Schwebach

Results 2 comments of Tony Schwebach

FORCE_COLOR did not work for me using git 2.36 nor git 2.37. The best solution I found was running lint-staged in quite mode. ``` #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh"...

I was experiencing the "Failed to fetch dynamically imported module" error in my CI pipeline but not locally. I was able to reproduce locally by deleting node_modules/.vite and node_module/.vite-temp then...