Change hook
This commit is contained in:
parent
a9054f5771
commit
5b86cf96ba
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
# Set the submodule.recurse configuration value to true
|
|
||||||
git config submodule.recurse true
|
|
|
@ -83,6 +83,9 @@
|
||||||
"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"
|
||||||
},
|
},
|
||||||
|
"hooks": {
|
||||||
|
"post-checkout": "git config submodule.recurse true"
|
||||||
|
},
|
||||||
"workspaces": {
|
"workspaces": {
|
||||||
"packages": [
|
"packages": [
|
||||||
"packages/backend-core",
|
"packages/backend-core",
|
||||||
|
|
Loading…
Reference in New Issue