Open
Description
Pre-git breaks the .git hooks because it always require to look for ./node_modules in the root app. However our application as been restructured to enforce MAVEN strict folder structure. Hence we now put all our root files under src/main/webapp/. This causes the pre-git to no longer find installed pre hooks easily because it expects them to be under ./node_modules/.bin/pre-commit for example. Can you please take a look.