From 403a95190ed69b388de88dc584595060caacf322 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sun, 7 Jan 2018 18:23:25 +0100 Subject: [PATCH] build: all publish packages on as beta tag --- scripts/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/publish.sh b/scripts/publish.sh index 1380a2126..4888ae472 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -7,4 +7,4 @@ lastTag=$(git describe --tags $(git rev-list --tags --max-count=1)) echo "Bumping version to new tag: ${lastTag}" # Publish to NPM -npm publish +npm publish --tag beta