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:
authorForrest L Norvell <forrest@npmjs.com>2015-12-12 03:19:40 +0300
committerRebecca Turner <me@re-becca.org>2015-12-18 03:59:28 +0300
commitbd11b2582437becc7376e1ef35f405512596b970 (patch)
tree004220835bb4903abc17f906057f4d2817b085d5 /Makefile
parente73b56407d95a723d0ebf5434a67d9bc6bce70e9 (diff)
src: always install in npm in legacy mode
Also, clean out the docs and prune the tree before making a release tarball, to keep as much cruft as possible out of the release tarball. PR-URL: https://github.com/npm/npm/pull/10798 Credit: @othiym23
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index abdac9ceb..ba84072b1 100644
--- a/Makefile
+++ b/Makefile
@@ -167,7 +167,8 @@ publish: link doc
git push origin --tags &&\
npm publish --tag=$(PUBLISHTAG)
-release:
+release: markedclean marked-manclean doc-clean doc
+ node cli.js prune --production
@bash scripts/release.sh
sandwich: