issues
search
ZachJW34
/
nx-plus
Collection of Nx Community Plugins
MIT License
302
stars
51
forks
source link
fix husky setup
#255
Closed
bokub
closed
2 years ago
bokub
commented
2 years ago
the prepare script was missing so the git hooks were never installed -> :heavy_check_mark: fixed
the pre-commit hook is supposed to use "lint-staged" but it was removed from the
devDependencies
in #216, meaning it could not work anyways
i decided to use
pretty-quick
instead of lint-staged as it does exactly what the pre-commit hook was supposed to do:
devDependencies
in #216, meaning it could not work anyways