Closed Fatme closed 6 years ago
Currently hooksService is initialized with the following directories:
hooksService
<path-to-cli>/lib/hooks <path-to-cli>/lib/common/hooks
Actually this directories do not exist and no need to iterate them. This fix should speed up the hooks execution.
Currently
hooksService
is initialized with the following directories:Actually this directories do not exist and no need to iterate them. This fix should speed up the hooks execution.