Update makefile
This commit is contained in:
parent
cb4a2823be
commit
54a8284d02
11
Makefile
11
Makefile
|
@ -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
|
Loading…
Reference in New Issue