diff --git a/Makefile b/Makefile index f74ca3b6..bb74115b 100644 --- a/Makefile +++ b/Makefile @@ -87,12 +87,17 @@ help: submodules: git submodule init git submodule update --depth=20 + cd packages/py-shiny && git fetch --tags --unshallow + cd packages/plotnine && git fetch --tags --unshallow ## Pull latest changes in git submodules submodules-pull: git submodule update --recursive --remote + cd packages/py-shiny && git fetch --tags + cd packages/plotnine && git fetch --tags submodules-pull-shiny: git submodule update --remote packages/py-shiny + cd packages/py-shiny && git fetch --tags submodules-pull-htmltools: git submodule update --remote packages/py-htmltools