Skip to content

Commit

Permalink
chore(ci): add comment about publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasGassmann committed Oct 6, 2023
1 parent acd2a2d commit 9f49d84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions npm-ci-publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9f49d84

Please sign in to comment.