tools: fix make lint-md-rollup
and run it
PR-URL: https://github.com/nodejs/node/pull/24333 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
This commit is contained in:
parent
195b7c2880
commit
62d053b707
4
Makefile
4
Makefile
@ -1060,13 +1060,11 @@ bench-addons-clean:
|
||||
|
||||
.PHONY: lint-md-rollup
|
||||
lint-md-rollup:
|
||||
cd tools/node-lint-md-cli-rollup/remark-preset-lint-node && npm up
|
||||
cd tools/node-lint-md-cli-rollup && npm up
|
||||
cd tools/node-lint-md-cli-rollup && npm install
|
||||
cd tools/node-lint-md-cli-rollup && npm run build-node
|
||||
|
||||
.PHONY: lint-md-clean
|
||||
lint-md-clean:
|
||||
$(RM) -r tools/node-lint-md-cli-rollup/remark-preset-lint-node/node_modules
|
||||
$(RM) -r tools/node-lint-md-cli-rollup/node_modules
|
||||
$(RM) tools/.*mdlintstamp
|
||||
|
||||
|
4443
tools/lint-md.js
4443
tools/lint-md.js
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user