Skip to content

Commit

Permalink
temp: script verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiehenson committed Mar 28, 2024
1 parent fbce38f commit f75c992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pre-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ echo "> Build library"
NODE_ENV=production yarn build

echo "> Publish the npm package to the registry"
yarn publish --no-git-tag-version --new-version $VERSION
yarn publish --no-git-tag-version --new-version $VERSION --verbose

echo "Update Pre Release versions"
./scripts/update-pre-release-versions.sh $ABLY_UI_VERSION $PACKAGE_SUFFIX

0 comments on commit f75c992

Please sign in to comment.