summaryrefslogtreecommitdiff
path: root/deps/npm/Makefile
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2019-12-11 11:09:58 -0800
committerRich Trott <rtrott@gmail.com>2019-12-12 06:55:20 -0500
commitd8fc0ae50fd0c7fe403cbbd27819eb5b00acb7da (patch)
tree5f586f463eef6771d61cab04756b3d08ccde2d4b /deps/npm/Makefile
parent086c7b41b2c6581baa3de5f9c5d57ce1dfda4734 (diff)
downloadnode-new-d8fc0ae50fd0c7fe403cbbd27819eb5b00acb7da.tar.gz
deps: update npm to 6.13.4
PR-URL: https://github.com/nodejs/node/pull/30904 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
Diffstat (limited to 'deps/npm/Makefile')
-rw-r--r--deps/npm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/npm/Makefile b/deps/npm/Makefile
index 11e656c43a..dde925f1c4 100644
--- a/deps/npm/Makefile
+++ b/deps/npm/Makefile
@@ -129,11 +129,11 @@ publish: gitclean ls-ok link docs-clean docs
git push origin --tags &&\
node bin/npm-cli.js publish --tag=$(PUBLISHTAG)
-release: gitclean ls-ok markedclean marked-manclean docs-clean doc
+release: gitclean ls-ok markedclean marked-manclean docs-clean docs
node bin/npm-cli.js prune --production --no-save
@bash scripts/release.sh
sandwich:
@[ $$(whoami) = "root" ] && (echo "ok"; echo "ham" > sandwich) || (echo "make it yourself" && exit 13)
-.PHONY: all latest install dev link doc clean uninstall test man docs-clean docclean release ls-ok realclean
+.PHONY: all latest install dev link docs clean uninstall test man docs-clean docclean release ls-ok realclean