Skip to content

Commit

Permalink
Add Make target of submodules-pull-htmltools (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke committed May 23, 2024
1 parent 144a5de commit e919caf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
pyodide_packages_local \
create_typeshed_json \
copy_pyright \
submodules submodules-pull \
submodules submodules-pull submodules-pull-shiny submodules-pull-htmltools \
buildjs watch serve \
packages \
quarto quartoserve \
Expand Down Expand Up @@ -93,6 +93,8 @@ submodules-pull:
git submodule update --recursive --remote
submodules-pull-shiny:
git submodule update --remote packages/py-shiny
submodules-pull-htmltools:
git submodule update --remote packages/py-htmltools


## Build everything _except_ the shinylive.tar.gz distribution file
Expand Down

0 comments on commit e919caf

Please sign in to comment.