Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGar <gar+gh@danger.computer>2022-03-17 20:27:36 +0300
committernlf <nlf@github.com>2022-03-17 21:03:15 +0300
commited82b4c430ad41c6b58e65d2902c864f2bbc6e45 (patch)
tree0e9a12d5804275d5c1f1ff32f0ea0ea2621562e3 /Makefile
parent5471ff5fe8f74f46cdc2bb056ba9b496c7dd1a78 (diff)
chore: point to commands properly when making docs
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6fb39c704..b28e9eebd 100644
--- a/Makefile
+++ b/Makefile
@@ -78,7 +78,7 @@ man/man7/%.7: docs/content/using-npm/%.md scripts/docs-build.js
docs/content/using-npm/config.md: scripts/config-doc.js lib/utils/config/*.js
node scripts/config-doc.js
-docs/content/commands/npm-%.md: lib/%.js scripts/config-doc-command.js lib/utils/config/*.js
+docs/content/commands/npm-%.md: lib/commands/%.js scripts/config-doc-command.js lib/utils/config/*.js
node scripts/config-doc-command.js $@ $<
freshdocs: