add a `githook:pre-commit` script, npm install, remove the script, attempt to commit npm throws an error of the `githook:pre-commit` script not existing there should be a way to remove the installed git hooks when the scripts are removed
add a
githook:pre-commitscript, npm install, remove the script, attempt to commitnpm throws an error of the
githook:pre-commitscript not existingthere should be a way to remove the installed git hooks when the scripts are removed