diff --git a/railseventstore.org/Makefile b/railseventstore.org/Makefile index 0a60de3d77..07ad631253 100644 --- a/railseventstore.org/Makefile +++ b/railseventstore.org/Makefile @@ -6,11 +6,11 @@ build: ## Output static files (production) @npm run build .PHONY: build -serve: +serve: @npm run serve .PHONY: serve -watch: +watch: @npx chokidar-cli "docs/**/*.md" \ -c "make build" \ --initial