You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since this is no longer a node project, and has no package.json or node_modules, our precommit now errors when trying to commit: .git/hooks/pre-commit: line 2: ./node_modules/pre-commit/hook: No such file or directory.
This means every commit has to be run with --no-verify. I think we should just remove this pre-commit and add it in again if it becomes necessary.
The text was updated successfully, but these errors were encountered:
Couldn't see the pre-commit in the hook section on github, so I removed my local files and re-cloned, and the pre-commit hook was gone. @finnhodgkin isn't getting this either so this can be closed.
Since this is no longer a node project, and has no package.json or node_modules, our precommit now errors when trying to commit:
.git/hooks/pre-commit: line 2: ./node_modules/pre-commit/hook: No such file or directory
.This means every commit has to be run with
--no-verify
. I think we should just remove this pre-commit and add it in again if it becomes necessary.The text was updated successfully, but these errors were encountered: