Try config
This commit is contained in:
parent
3b891df8d8
commit
0c70eb7fde
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"hooks": {
|
||||||
|
"post-checkout": "git config submodule.recurse true"
|
||||||
|
}
|
||||||
|
}
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in New Issue