diff --git a/.husky/post-checkout b/.husky/post-checkout new file mode 100644 index 0000000000..e271a62c9a --- /dev/null +++ b/.husky/post-checkout @@ -0,0 +1,4 @@ +# .husky/pre-commit +# ... + +git config submodule.recurse true \ No newline at end of file diff --git a/.huskyrc.json b/.huskyrc.json deleted file mode 100644 index d2180fee97..0000000000 --- a/.huskyrc.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "hooks": { - "post-checkout": "git config submodule.recurse true" - } -}