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:
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a8dec7864..c4f3d5963 100644
--- a/Makefile
+++ b/Makefile
@@ -44,8 +44,7 @@ version: link
&& git ci -m v$(shell npm -v)
publish: link
- [ "$(shell cat .git/HEAD)" = "ref: refs/heads/master" ] \
- && git tag -s -m v$(shell npm -v) v$(shell npm -v) \
+ git tag -s -m v$(shell npm -v) v$(shell npm -v) \
&& git push origin master \
&& npm publish