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
@ -9,6 +9,11 @@ pre-commit:
|
|||||||
- rebase
|
- rebase
|
||||||
|
|
||||||
post-merge:
|
post-merge:
|
||||||
|
commands:
|
||||||
|
update-submodules:
|
||||||
|
run: git submodule update --init --recursive
|
||||||
|
|
||||||
|
post-checkout:
|
||||||
commands:
|
commands:
|
||||||
update-submodules:
|
update-submodules:
|
||||||
run: git submodule update --init --recursive
|
run: git submodule update --init --recursive
|
Loading…
Reference in New Issue
Block a user