This commit is contained in:
adrinr 2023-04-17 19:35:20 +01:00
parent 41b05442ef
commit cb45ba5a0f
2 changed files with 4 additions and 5 deletions

4
.husky/post-checkout Normal file
View File

@ -0,0 +1,4 @@
# .husky/pre-commit
# ...
git config submodule.recurse true

View File

@ -1,5 +0,0 @@
{
"hooks": {
"post-checkout": "git config submodule.recurse true"
}
}