mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
build: print 'Formatting Markdown...' for long task markdown formatting
PR-URL: https://github.com/nodejs/node/pull/57108 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
baa60ce03c
commit
f6ce48636b
1
Makefile
1
Makefile
|
|
@ -1400,6 +1400,7 @@ lint-md: lint-js-doc | tools/.mdlintstamp ## Lint the markdown documents maintai
|
|||
run-format-md = tools/lint-md/lint-md.mjs --format $(LINT_MD_FILES)
|
||||
.PHONY: format-md
|
||||
format-md: tools/lint-md/node_modules/remark-parse/package.json ## Format the markdown documents maintained by us in the codebase.
|
||||
$(info Formatting Markdown...)
|
||||
@$(call available-node,$(run-format-md))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user