fix: Make sure autoslide is run before watch
This commit is contained in:
parent
f638a9d5a3
commit
c5b12cb0a8
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -118,6 +118,7 @@ $(CACHE_SLIDES_DIR)/%.mdpp.md: $(SLIDES_DIR)/%.mdpp
|
||||||
cd .marp && $(MAKE) theme.css
|
cd .marp && $(MAKE) theme.css
|
||||||
|
|
||||||
watch: ## run development server
|
watch: ## run development server
|
||||||
|
$(MAKE) autoslide
|
||||||
pipenv run honcho start
|
pipenv run honcho start
|
||||||
|
|
||||||
autoslide:
|
autoslide:
|
||||||
|
|
Loading…
Reference in a new issue