Try config

This commit is contained in:
adrinr 2023-04-17 19:31:18 +01:00
parent 3b891df8d8
commit 0c70eb7fde
2 changed files with 5 additions and 5 deletions

5
.huskyrc.json Normal file
View File

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

View File

@ -83,11 +83,6 @@
"submodules:load": "git submodule init && git submodule update && yarn && yarn bootstrap", "submodules:load": "git submodule init && git submodule update && yarn && yarn bootstrap",
"submodules:unload": "git submodule deinit --all" "submodules:unload": "git submodule deinit --all"
}, },
"husky": {
"hooks": {
"post-checkout": "git config submodule.recurse true"
}
},
"workspaces": { "workspaces": {
"packages": [ "packages": [
"packages/backend-core", "packages/backend-core",