diff --git a/.husky/post-checkout b/.husky/post-checkout new file mode 100644 index 0000000000..42999882d9 --- /dev/null +++ b/.husky/post-checkout @@ -0,0 +1,4 @@ +#!/bin/sh + +# Set the submodule.recurse configuration value to true +git config submodule.recurse true