In all git hook scripts, the nodeModulesPath string that is injected does not have its single quote characters escaped, causing the resulting script to be unparseable.
While I would like to move to Husky, we still use ghooks because of its excellent Windows support, and so I wanted to raise this issue.
In all git hook scripts, the
nodeModulesPathstring that is injected does not have its single quote characters escaped, causing the resulting script to be unparseable.While I would like to move to Husky, we still use ghooks because of its excellent Windows support, and so I wanted to raise this issue.