aboutsummaryrefslogtreecommitdiffstats
path: root/main/npm/make-dont-install-deps.patch
blob: ac6aa0aa4971b1441df0ca80097cfaa3b8b1cb40 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@
 
 ## build-time dependencies for the documentation
 dev-deps:
-	node bin/npm-cli.js install --no-audit --ignore-scripts
+	true  # skip
 
 ## targets for man files, these are encouraged to be only built by running `make docs` or `make mandocs`
 man/man1/%.1: docs/content/commands/%.md scripts/docs-build.js