pre-commit hook not recognizing changed .js files
araujoarthur0 opened this issue · 0 comments
araujoarthur0 commented
The husky pre-commit hook (.husky\pre-commit) is not currently able to get changes to changed .js files.
It's missing a double quote in get_changed_files() that makes the list of returned files not work at the moment.