Skip to content

Commit

Permalink
tools: fix make lint-md-rollup and run it
Browse files Browse the repository at this point in the history
PR-URL: #24333
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>
  • Loading branch information
watilde authored and rvagg committed Nov 28, 2018
1 parent 7ffc8b7 commit 5748e86
Show file tree
Hide file tree
Showing 2 changed files with 2,441 additions and 1,992 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1060,13 +1060,11 @@ bench-addons-clean:

.PHONY: lint-md-rollup
lint-md-rollup:
cd tools/node-lint-md-cli-rollup/remark-preset-lint-node && npm up
cd tools/node-lint-md-cli-rollup && npm up
cd tools/node-lint-md-cli-rollup && npm install
cd tools/node-lint-md-cli-rollup && npm run build-node

.PHONY: lint-md-clean
lint-md-clean:
$(RM) -r tools/node-lint-md-cli-rollup/remark-preset-lint-node/node_modules
$(RM) -r tools/node-lint-md-cli-rollup/node_modules
$(RM) tools/.*mdlintstamp

Expand Down
Loading

0 comments on commit 5748e86

Please sign in to comment.