| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 212f4b9 commit a399881
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -945,6 +945,10 @@ bench: bench-net bench-http bench-fs bench-tls | |||
| 945 | 945 | ||
| 946 | 946 | bench-ci: bench | |
| 947 | 947 | ||
| 948 | + lint-md-clean: | ||
| 949 | + $(RM) -r tools/remark-cli/node_modules | ||
| 950 | + $(RM) -r tools/remark-preset-lint-node/node_modules | ||
| 951 | + | ||
| 948 | 952 | lint-md-build: | |
| 949 | 953 | if [ ! -d tools/remark-cli/node_modules ]; then \ | |
| 950 | 954 | cd tools/remark-cli && ../../$(NODE) ../../$(NPM) install; fi | |
@@ -1080,6 +1084,8 @@ endif | |||
| 1080 | 1084 | lint-js-ci \ | |
| 1081 | 1085 | list-gtests \ | |
| 1082 | 1086 | lint-md \ | |
| 1087 | + lint-md-build \ | ||
| 1088 | + lint-md-clean \ | ||
| 1083 | 1089 | pkg \ | |
| 1084 | 1090 | release-only \ | |
| 1085 | 1091 | run-ci \ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments