File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -104,6 +104,8 @@ deps/npm/node_modules/.bin/
104104
105105# test artifacts
106106tools /faketime
107+ tools /remark-cli
108+ tools /remark-preset-lint-node
107109icu_config.gypi
108110* .tap
109111
Original file line number Diff line number Diff line change @@ -945,7 +945,13 @@ bench: bench-net bench-http bench-fs bench-tls
945945
946946bench-ci : bench
947947
948- lint-md :
948+ lint-md-build :
949+ if [ ! -d tools/remark-cli/node_modules ]; then \
950+ cd tools/remark-cli && ../../$(NODE ) ../../$(NPM ) install; fi
951+ if [ ! -d tools/remark-preset-lint-node/node_modules ]; then \
952+ cd tools/remark-preset-lint-node && ../../$(NODE ) ../../$(NPM ) install; fi
953+
954+ lint-md : lint-md-build
949955 @echo " Running Markdown linter..."
950956 $(NODE ) tools/remark-cli/cli.js -q -f \
951957 ./* .md doc src lib benchmark tools/doc/ tools/icu/
You can’t perform that action at this time.
0 commit comments