Skip to content

Commit 31f54e5

Browse files
watildegibfahn
authored andcommitted
tools: add make lint-md-clean
PR-URL: #12756 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
1 parent 9185cfe commit 31f54e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

+6
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,10 @@ bench: bench-net bench-http bench-fs bench-tls
945945

946946
bench-ci: bench
947947

948+
lint-md-clean:
949+
$(RM) -r tools/remark-cli/node_modules
950+
$(RM) -r tools/remark-preset-lint-node/node_modules
951+
948952
lint-md-build:
949953
if [ ! -d tools/remark-cli/node_modules ]; then \
950954
cd tools/remark-cli && ../../$(NODE) ../../$(NPM) install; fi
@@ -1080,6 +1084,8 @@ endif
10801084
lint-js-ci \
10811085
list-gtests \
10821086
lint-md \
1087+
lint-md-build \
1088+
lint-md-clean \
10831089
pkg \
10841090
release-only \
10851091
run-ci \

0 commit comments

Comments
 (0)