This commit is contained in:
ahocevar
2019-05-12 16:17:27 +02:00
parent a1026a50bd
commit 7853ad839b
+1 -1
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