mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-04 15:32:18 +02:00
Add lefthook for updating submodules post-checkout
This commit is contained in:
parent
0c54fc1be0
commit
ae51e3240a
@ -12,3 +12,8 @@ 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