There was an error while loading. Please reload this page.
make lint-md-rollup
1 parent e8e93df commit 21843c7Copy full SHA for 21843c7
2 files changed
Makefile
@@ -1056,13 +1056,11 @@ bench-addons-clean:
1056
1057
.PHONY: lint-md-rollup
1058
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
+cd tools/node-lint-md-cli-rollup && npm install
1061
cd tools/node-lint-md-cli-rollup && npm run build-node
1062
1063
.PHONY: lint-md-clean
1064
lint-md-clean:
1065
-$(RM) -r tools/node-lint-md-cli-rollup/remark-preset-lint-node/node_modules
1066
$(RM) -r tools/node-lint-md-cli-rollup/node_modules
1067
$(RM) tools/.*mdlintstamp
1068
0 commit comments