Update makefile
This commit is contained in:
parent
1a9b2d3508
commit
17e334a3ff
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