Is it possible to run only git hooks for when only files in certain folder are changed??
I have monorepo with backend and frontend. I would like to run husky hook only when the files in frontend got changed. Otherwise it should not be triggered and not run linting tests etc... It's irritating backend developers