Compare commits

...

1 Commits

Author SHA1 Message Date
ahocevar
fbe815853d Publish with beta tag 2019-05-30 15:58:19 +02:00

View File

@@ -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