Skip to content

Commit

Permalink
fix: update web-component bumping script for react (#1021)
Browse files Browse the repository at this point in the history
  • Loading branch information
derberg committed Jun 26, 2024
1 parent 4a0aeb2 commit 571a94a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web-component/bump-react-comp.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@ echo "Log all versions of the package on npm registry"
npm show @asyncapi/react-component versions
echo "Log latest version of the package on npm registry"
npm show @asyncapi/react-component dist-tags.latest
echo "Starting installation"
echo "We need to uninstall old version first to make sure package.json will get updated latest version number"
npm uninstall @asyncapi/react-component
echo "Starting installation of @asyncapi/react-component@$VERSION in $PWD"
npm install @asyncapi/react-component@$VERSION --save --loglevel verbose

0 comments on commit 571a94a

Please sign in to comment.