Skip to content

Commit 21843c7

Browse files
watildecodebytere
authored andcommitted
tools: fix make lint-md-rollup and run it
PR-URL: #24333 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]>
1 parent e8e93df commit 21843c7

File tree

2 files changed

+2441
-1992
lines changed

2 files changed

+2441
-1992
lines changed

Makefile

+1-3
Original file line numberDiff line numberDiff line change
@@ -1056,13 +1056,11 @@ bench-addons-clean:
10561056

10571057
.PHONY: lint-md-rollup
10581058
lint-md-rollup:
1059-
cd tools/node-lint-md-cli-rollup/remark-preset-lint-node && npm up
1060-
cd tools/node-lint-md-cli-rollup && npm up
1059+
cd tools/node-lint-md-cli-rollup && npm install
10611060
cd tools/node-lint-md-cli-rollup && npm run build-node
10621061

10631062
.PHONY: lint-md-clean
10641063
lint-md-clean:
1065-
$(RM) -r tools/node-lint-md-cli-rollup/remark-preset-lint-node/node_modules
10661064
$(RM) -r tools/node-lint-md-cli-rollup/node_modules
10671065
$(RM) tools/.*mdlintstamp
10681066

0 commit comments

Comments
 (0)