1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

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",