From fad927c7d3880a63fab4b0a923e18fcb7da9c991 Mon Sep 17 00:00:00 2001 From: ahocevar Date: Wed, 15 May 2019 09:33:25 +0200 Subject: [PATCH] Use beta tag --- tasks/publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/publish.sh b/tasks/publish.sh index eff9d57145..72b5200dc7 100755 --- a/tasks/publish.sh +++ b/tasks/publish.sh @@ -76,7 +76,7 @@ main() { npm install npm run build-package cd ${BUILT_PACKAGE} - npm publish + npm publish --tag beta } if test ${#} -ne 1; then