We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5779f0b commit 2304b51Copy full SHA for 2304b51
Makefile
@@ -945,6 +945,10 @@ bench: bench-net bench-http bench-fs bench-tls
945
946
bench-ci: bench
947
948
+lint-md-clean:
949
+ $(RM) -r tools/remark-cli/node_modules
950
+ $(RM) -r tools/remark-preset-lint-node/node_modules
951
+
952
lint-md-build:
953
if [ ! -d tools/remark-cli/node_modules ]; then \
954
cd tools/remark-cli && ../../$(NODE) ../../$(NPM) install; fi
@@ -1080,6 +1084,8 @@ endif
1080
1084
lint-js-ci \
1081
1085
list-gtests \
1082
1086
lint-md \
1087
+ lint-md-build \
1088
+ lint-md-clean \
1083
1089
pkg \
1090
release-only \
1091
run-ci \
0 commit comments