Skip to content

Commit

Permalink
Force publish all packages on each release (#2263)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Aug 30, 2021
1 parent 96ec51f commit 24fe4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ git add .
git commit --message "Prepare for $RELEASE_TAG release"

# Run lerna version first, publish after changelog and blog post have been created
yarn lerna publish "$SEMVER_LEVEL" --message "[update docs] %s"
yarn lerna publish --force-publish "*" "$SEMVER_LEVEL" --message "[update docs] %s"

0 comments on commit 24fe4ca

Please sign in to comment.