Skip to content

Commit

Permalink
Added a comment after linkcheck command completes to force log file t…
Browse files Browse the repository at this point in the history
…o close.
  • Loading branch information
Michaela Iorga committed Feb 13, 2025
1 parent bb9f9c0 commit 54e6349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ $(LINKCHECK_OUTPUT): node_modules $(LINKCHECK_CONFIG)
cd ..; git ls-files -z "*.md" | \
xargs -0n1 npx --prefix build/ markdown-link-check -c build/$(LINKCHECK_CONFIG) | \
tee build/$(LINKCHECK_OUTPUT); \
echo ""; echo "... Done checking Markdown links."; \
exit $${PIPESTATUS[1]}

.PHONY: clean-linkcheck
Expand Down

0 comments on commit 54e6349

Please sign in to comment.