Use beta tag

This commit is contained in:
ahocevar
2019-05-15 09:33:25 +02:00
parent 53b9718381
commit 3d2d51fdbe

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