summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorRefael Ackermann <refack@gmail.com>2018-09-06 16:02:30 -0400
committerRefael Ackermann <refack@gmail.com>2018-09-11 14:12:23 -0400
commitfe6c74c2a5c092b80b4ff988c6ca7883393f6b91 (patch)
tree0c591e0459ea3fe84dd940e1b97ec587bd06e225 /Makefile
parent7fcc178be1766fcf6869152dd233b4184874ef8a (diff)
downloadandroid-node-v8-fe6c74c2a5c092b80b4ff988c6ca7883393f6b91.tar.gz
android-node-v8-fe6c74c2a5c092b80b4ff988c6ca7883393f6b91.tar.bz2
android-node-v8-fe6c74c2a5c092b80b4ff988c6ca7883393f6b91.zip
tools: `make lint-md-rollup` & checkin `lint-md.js`
PR-URL: https://github.com/nodejs/node/pull/20109 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0c68fe6f4e..d9110c86b6 100644
--- a/Makefile
+++ b/Makefile
@@ -1055,6 +1055,14 @@ bench-addons-clean:
$(RM) -r benchmark/napi/function_call/build
$(RM) -r benchmark/napi/function_args/build
+.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 run build-node
+
+
+
.PHONY: lint-md-clean
lint-md-clean:
$(RM) -r tools/remark-cli/node_modules