fix: Make sure autoslide is run before watch

This commit is contained in:
Glenn Y. Rolland 2023-01-12 08:47:21 +01:00
parent f638a9d5a3
commit c5b12cb0a8
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ $(CACHE_SLIDES_DIR)/%.mdpp.md: $(SLIDES_DIR)/%.mdpp
cd .marp && $(MAKE) theme.css
watch: ## run development server
$(MAKE) autoslide
pipenv run honcho start
autoslide: