File tree Expand file tree Collapse file tree 5 files changed +34346
-536
lines changed Expand file tree Collapse file tree 5 files changed +34346
-536
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ test/es-module/test-esm-dynamic-import.js
77test /fixtures
88test /message /esm_display_syntax_error.mjs
99tools /icu
10+ tools /lint-md.js
1011tools /node-lint-md-cli-rollup /dist
1112tools /remark- *
1213benchmark /tmp
Original file line number Diff line number Diff line change @@ -1055,6 +1055,14 @@ bench-addons-clean:
10551055 $(RM ) -r benchmark/napi/function_call/build
10561056 $(RM ) -r benchmark/napi/function_args/build
10571057
1058+ .PHONY : lint-md-rollup
1059+ lint-md-rollup :
1060+ cd tools/node-lint-md-cli-rollup/remark-preset-lint-node && npm up
1061+ cd tools/node-lint-md-cli-rollup && npm up
1062+ cd tools/node-lint-md-cli-rollup && npm run build-node
1063+
1064+
1065+
10581066.PHONY : lint-md-clean
10591067lint-md-clean :
10601068 $(RM ) -r tools/remark-cli/node_modules
You can’t perform that action at this time.
0 commit comments