We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make lint-md-rollup
1 parent 7ffc8b7 commit 5748e86Copy full SHA for 5748e86
Makefile
@@ -1060,13 +1060,11 @@ bench-addons-clean:
1060
1061
.PHONY: lint-md-rollup
1062
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
+ cd tools/node-lint-md-cli-rollup && npm install
1065
cd tools/node-lint-md-cli-rollup && npm run build-node
1066
1067
.PHONY: lint-md-clean
1068
lint-md-clean:
1069
- $(RM) -r tools/node-lint-md-cli-rollup/remark-preset-lint-node/node_modules
1070
$(RM) -r tools/node-lint-md-cli-rollup/node_modules
1071
$(RM) tools/.*mdlintstamp
1072
0 commit comments