tools: add make lint-md-clean
PR-URL: https://github.com/nodejs/node/pull/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>
This commit is contained in:
parent
212f4b981d
commit
a399881773
6
Makefile
6
Makefile
@ -945,6 +945,10 @@ bench: bench-net bench-http bench-fs bench-tls
|
||||
|
||||
bench-ci: bench
|
||||
|
||||
lint-md-clean:
|
||||
$(RM) -r tools/remark-cli/node_modules
|
||||
$(RM) -r tools/remark-preset-lint-node/node_modules
|
||||
|
||||
lint-md-build:
|
||||
if [ ! -d tools/remark-cli/node_modules ]; then \
|
||||
cd tools/remark-cli && ../../$(NODE) ../../$(NPM) install; fi
|
||||
@ -1080,6 +1084,8 @@ endif
|
||||
lint-js-ci \
|
||||
list-gtests \
|
||||
lint-md \
|
||||
lint-md-build \
|
||||
lint-md-clean \
|
||||
pkg \
|
||||
release-only \
|
||||
run-ci \
|
||||
|
Loading…
x
Reference in New Issue
Block a user