Publish with beta tag

This commit is contained in:
ahocevar
2019-05-30 15:56:28 +02:00
parent a50ef05565
commit fbe815853d

View File

@@ -76,7 +76,7 @@ main() {
npm install npm install
npm run build-package npm run build-package
cd ${BUILT_PACKAGE} cd ${BUILT_PACKAGE}
npm publish npm publish --tag beta
} }
if test ${#} -ne 1; then if test ${#} -ne 1; then