summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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