From 0a5d2c098f9c9a763115273f3f370250e98e2e7d Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sat, 28 Mar 2015 05:45:37 +1100 Subject: [PATCH] add tag beta to publish scripts --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 19e0c7bd0b..13edf7d5e9 100644 --- a/Makefile +++ b/Makefile @@ -86,7 +86,7 @@ publish: node tools/cache-templates test -f templates.json - npm publish + npm publish --tag beta git push --follow-tags @@ -99,14 +99,14 @@ publish-runtime: cd packages; \ node build-runtime.js; \ cd babel-runtime; \ - npm publish + npm publish --tag beta publish-core: tools/generate-core-package-json >package2.json mv package.json .package.json mv package2.json package.json - npm publish + npm publish --tag beta rm -rf package.json mv .package.json package.json