Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine du Hamel <duhamelantoine1995@gmail.com>2021-06-30 13:19:24 +0300
committerAntoine du Hamel <duhamelantoine1995@gmail.com>2021-07-23 10:38:35 +0300
commitab73d95aceb8aab0177c6975db89b648344cc575 (patch)
treebff1a80d4bdc9c305ce6406cf3f465a61244d193 /Makefile
parent834ae63d61ea4302a68a22cf8bd08e80c6d38ea4 (diff)
doc,tools: remove `checkLinks.mjs`
The checks made by this are now integrated to `remark-preset-lint-node`, there are no reason to keep it around anymore. PR-URL: https://github.com/nodejs/node/pull/39206 Reviewed-By: Rich Trott <rtrott@gmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 76874383f60..81907c9220f 100644
--- a/Makefile
+++ b/Makefile
@@ -580,12 +580,10 @@ test-doc: doc-only lint-md ## Builds, lints, and verifies the docs.
else \
$(PYTHON) tools/test.py $(PARALLEL_ARGS) doctool; \
fi
- $(NODE) tools/doc/checkLinks.mjs .
.PHONY: test-doc-ci
test-doc-ci: doc-only
$(PYTHON) tools/test.py --shell $(NODE) $(TEST_CI_ARGS) $(PARALLEL_ARGS) doctool
- $(NODE) tools/doc/checkLinks.mjs .
test-known-issues: all
$(PYTHON) tools/test.py $(PARALLEL_ARGS) known_issues