mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 07:22:19 +02:00
Add lefthook for updating submodules post-checkout
This commit is contained in:
parent
0c54fc1be0
commit
ae51e3240a
@ -9,6 +9,11 @@ pre-commit:
|
||||
- rebase
|
||||
|
||||
post-merge:
|
||||
commands:
|
||||
update-submodules:
|
||||
run: git submodule update --init --recursive
|
||||
|
||||
post-checkout:
|
||||
commands:
|
||||
update-submodules:
|
||||
run: git submodule update --init --recursive
|
Loading…
Reference in New Issue
Block a user