Skip to content
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.

Commit

Permalink
chore(release): update the top level package dependency with the publ…
Browse files Browse the repository at this point in the history
…ished version (#1303)
  • Loading branch information
samouss authored Jun 4, 2018
1 parent 379198e commit f11fca1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,15 @@ else
VERSION=$newVersion lerna run release --scope react-*
fi

printf "\nRelease: Package was published to NPM\n"
printf "\nRelease: Package was published to NPM\n\n"

# Wait for the publish to be effective
sleep 2.5

# Required until Lerna supports the top level package as a member
# of the Workspaces. Another solution is to move out the stories
# from the top level package (will be done at some point).
yarn upgrade react-instantsearch@$newVersion -W -D

for example in examples/* ; do
(
Expand Down

0 comments on commit f11fca1

Please sign in to comment.