summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaijiro Wachi <daijiro.wachi@gmail.com>2018-11-13 18:23:17 +0900
committerDaniel Bevenius <daniel.bevenius@gmail.com>2018-11-16 04:20:40 +0100
commit62d053b7072d09e5e39187c4c74161b0ad47b165 (patch)
treebac4cd7ea20d50abaa8dd9254535c695ee9212f1 /Makefile
parent195b7c2880ce36543791544b98ca1fc040b4057e (diff)
downloadandroid-node-v8-62d053b7072d09e5e39187c4c74161b0ad47b165.tar.gz
android-node-v8-62d053b7072d09e5e39187c4c74161b0ad47b165.tar.bz2
android-node-v8-62d053b7072d09e5e39187c4c74161b0ad47b165.zip
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>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 2c6efa7b9a..3d828f71f8 100644
--- a/Makefile
+++ b/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