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

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:unload": "git submodule deinit --all"
},
"husky": {
"hooks": {
"post-checkout": "git config submodule.recurse true"
}
},
"workspaces": {
"packages": [
"packages/backend-core",