Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Merge pull request #145 from wtrocki/force-publish
Browse files Browse the repository at this point in the history
Force all packages to be changed by publish
  • Loading branch information
wtrocki authored Aug 24, 2018
2 parents c9afe8e + 42a933f commit 8357d20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prepareRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ npm run test

# don't run in CI
if [ ! "$CI" = true ]; then
lerna publish --skip-git --skip-npm
lerna publish --skip-git --force-publish=* --skip-npm
npm run updateXml
fi

Expand Down

0 comments on commit 8357d20

Please sign in to comment.