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:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 01d0b0361..b8ebbe4a3 100644
--- a/Makefile
+++ b/Makefile
@@ -49,8 +49,7 @@ mandocs: $(mandocs)
htmldocs:
cd docs && node ../bin/npm-cli.js install --legacy-peer-deps --no-audit && \
- node ../bin/npm-cli.js run build:static >&2 && \
- rm -rf node_modules .cache public/*js public/*json public/404* public/page-data public/manifest*
+ node ../bin/npm-cli.js run build >&2
docs: mandocs htmldocs
@@ -67,7 +66,7 @@ docs-clean:
.building_marked-man \
man \
docs/node_modules \
- docs/public \
+ docs/output \
docs/.cache
## build-time tools for the documentation