Skip to content

Commit 5748e86

Browse files
watildervagg
authored andcommittedNov 28, 2018
tools: fix make lint-md-rollup and run it
PR-URL: #24333 Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
1 parent 7ffc8b7 commit 5748e86

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
@@ -1060,13 +1060,11 @@ bench-addons-clean:
10601060

10611061
.PHONY: lint-md-rollup
10621062
lint-md-rollup:
1063-
cd tools/node-lint-md-cli-rollup/remark-preset-lint-node && npm up
1064-
cd tools/node-lint-md-cli-rollup && npm up
1063+
cd tools/node-lint-md-cli-rollup && npm install
10651064
cd tools/node-lint-md-cli-rollup && npm run build-node
10661065

10671066
.PHONY: lint-md-clean
10681067
lint-md-clean:
1069-
$(RM) -r tools/node-lint-md-cli-rollup/remark-preset-lint-node/node_modules
10701068
$(RM) -r tools/node-lint-md-cli-rollup/node_modules
10711069
$(RM) tools/.*mdlintstamp
10721070

0 commit comments

Comments
 (0)