greg0ire/git_template

Run the doctrine hook less

Closed this issue · 1 comments

At the moment, the doctrine hook is run very often. Problem : it relies on doctrine:schema:validate, which is very slow.

One solution to this would be to run it only when doctrine-related-files change.