Skip to content
This repository was archived by the owner on Aug 31, 2018. It is now read-only.

Commit 35f8f98

Browse files
watildeaddaleax
authored andcommitted
tools: add make lint-md-clean
PR-URL: nodejs/node#12756 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
1 parent df20bce commit 35f8f98

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,10 @@ bench: bench-net bench-http bench-fs bench-tls
948948

949949
bench-ci: bench
950950

951+
lint-md-clean:
952+
$(RM) -r tools/remark-cli/node_modules
953+
$(RM) -r tools/remark-preset-lint-node/node_modules
954+
951955
lint-md-build:
952956
if [ ! -d tools/remark-cli/node_modules ]; then \
953957
cd tools/remark-cli && ../../$(NODE) ../../$(NPM) install; fi
@@ -1083,6 +1087,8 @@ endif
10831087
lint-js-ci \
10841088
list-gtests \
10851089
lint-md \
1090+
lint-md-build \
1091+
lint-md-clean \
10861092
pkg \
10871093
release-only \
10881094
run-ci \

0 commit comments

Comments
 (0)