From cb45ba5a0f6d94f2eb07adb969f4776d7aed873a Mon Sep 17 00:00:00 2001 From: adrinr Date: Mon, 17 Apr 2023 19:35:20 +0100 Subject: [PATCH] Attempt --- .husky/post-checkout | 4 ++++ .huskyrc.json | 5 ----- 2 files changed, 4 insertions(+), 5 deletions(-) create mode 100644 .husky/post-checkout delete mode 100644 .huskyrc.json 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" - } -}