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:
Daijiro Wachi 2018-11-13 18:23:17 +09:00 committed by Daniel Bevenius
parent 195b7c2880
commit 62d053b707
2 changed files with 2448 additions and 1999 deletions

View File

@ -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

File diff suppressed because it is too large Load Diff