Update makefile

This commit is contained in:
Galuh Sahid 2023-12-27 21:38:12 +01:00
parent 1a9b2d3508
commit 17e334a3ff
1 changed files with 11 additions and 0 deletions

View File

@ -1,2 +1,13 @@
.DEFAULT_GOAL := help
help:
@echo "Available targets:"
@echo " publish Restart Docker Compose."
@echo " preview Run 'npx quartz build --serve'."
preview:
@npx quartz build --serve
publish: publish:
@./scripts/publish.sh @./scripts/publish.sh
@docker-compose restart