Change hook

This commit is contained in:
adrinr 2023-04-17 19:27:06 +01:00
parent a9054f5771
commit 5b86cf96ba
2 changed files with 3 additions and 4 deletions

View File

@ -1,4 +0,0 @@
#!/bin/sh
# Set the submodule.recurse configuration value to true
git config submodule.recurse true

View File

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