diff --git a/npm-ci-publish.sh b/npm-ci-publish.sh index 97c1f6b2e..055904335 100755 --- a/npm-ci-publish.sh +++ b/npm-ci-publish.sh @@ -9,6 +9,7 @@ VERSION=$(node -pe 'JSON.parse(process.argv[1]).version.indexOf("beta")' "$(cat if [ "$VERSION" = "-1" ] then npx lerna publish from-package --contents ./ --yes + # lerna exec -- "npm publish || exit 0" # If some packages fail to be published, this command ignores already published ones and publishes the missing ones else echo "version is beta, using --tag next" npx lerna publish from-package --contents ./ --dist-tag next --yes