From e8daad38a7f3f738458e02cd25a84e31613a32d1 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 3 Apr 2015 04:39:45 +1100 Subject: [PATCH] remove beta tag from npm publish --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 2979397cb6..f5a0d3e7ca 100644 --- a/Makefile +++ b/Makefile @@ -87,7 +87,7 @@ publish: node tools/cache-templates test -f templates.json - npm publish --tag beta + npm publish git push --follow-tags @@ -100,13 +100,13 @@ publish-runtime: cd packages; \ node build-runtime.js; \ cd babel-runtime; \ - npm publish --tag beta + npm publish publish-cli: cd packages; \ node build-cli.js; \ cd babel-cli; \ - npm publish --tag beta + npm publish bootstrap: npm install