| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a41cc02 commit d9a18be
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -976,9 +976,11 @@ lint-md-clean: | |||
| 976 | 976 | $(RM) -r tools/remark-preset-lint-node/node_modules | |
| 977 | 977 | ||
| 978 | 978 | lint-md-build: | |
| 979 | - if [ ! -d tools/remark-cli/node_modules ]; then \ | ||
| 979 | + @if [ ! -d tools/remark-cli/node_modules ]; then \ | ||
| 980 | + echo "Markdown linter: installing remark-cli into tools/"; \ | ||
| 980 | 981 | cd tools/remark-cli && ../../$(NODE) ../../$(NPM) install; fi | |
| 981 | - if [ ! -d tools/remark-preset-lint-node/node_modules ]; then \ | ||
| 982 | + @if [ ! -d tools/remark-preset-lint-node/node_modules ]; then \ | ||
| 983 | + echo "Markdown linter: installing remark-preset-lint-node into tools/"; \ | ||
| 982 | 984 | cd tools/remark-preset-lint-node && ../../$(NODE) ../../$(NPM) install; fi | |
| 983 | 985 | ||
| 984 | 986 | lint-md: lint-md-build | |
| Back | FazBrowse Home | New Git URL |
0 commit comments