Skip to content

Commit

Permalink
FFS
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Aug 1, 2024
1 parent f192f23 commit 33748fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions railseventstore.org/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 33748fc

Please sign in to comment.