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:
authorisaacs <i@izs.me>2020-10-23 22:03:54 +0300
committerisaacs <i@izs.me>2020-10-23 22:03:54 +0300
commit77ad86b5eedf139dda3329a6686d5f104dc233bb (patch)
tree85d8f519a482938e358f824e92a1481c20d4287f /Makefile
parentab22c43a6a5ddcd9b59eb3df3db4e1a0dffdcaaa (diff)
Merge docs deps with main project
This also reduces the publish file size rather considerably.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b8ebbe4a3..9ddbe6350 100644
--- a/Makefile
+++ b/Makefile
@@ -48,8 +48,7 @@ uninstall:
mandocs: $(mandocs)
htmldocs:
- cd docs && node ../bin/npm-cli.js install --legacy-peer-deps --no-audit && \
- node ../bin/npm-cli.js run build >&2
+ cd docs && node dockhand.js >&2
docs: mandocs htmldocs
@@ -131,4 +130,4 @@ release: gitclean ls-ok markedclean marked-manclean docs-clean docs
sandwich:
@[ $$(whoami) = "root" ] && (echo "ok"; echo "ham" > sandwich) || (echo "make it yourself" && exit 13)
-.PHONY: all latest install dev link docs clean uninstall test man docs-clean docclean release ls-ok realclean
+.PHONY: all latest install dev link docs clean uninstall test man docs-clean docsclean release ls-ok realclean