Commit 9185cfe 1 parent ea415a6 commit 9185cfe Copy full SHA for 9185cfe
File tree 2 files changed +9
-1
lines changed
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/
104
104
105
105
# test artifacts
106
106
tools /faketime
107
+ tools /remark-cli
108
+ tools /remark-preset-lint-node
107
109
icu_config.gypi
108
110
* .tap
109
111
Original file line number Diff line number Diff line change @@ -945,7 +945,13 @@ bench: bench-net bench-http bench-fs bench-tls
945
945
946
946
bench-ci : bench
947
947
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
949
955
@echo " Running Markdown linter..."
950
956
$(NODE ) tools/remark-cli/cli.js -q -f \
951
957
./* .md doc src lib benchmark tools/doc/ tools/icu/
You can’t perform that action at this time.
0 commit comments