Skip to content

Commit

Permalink
add force-publish flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Scisco committed Mar 5, 2018
1 parent 708501b commit d9215da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
command: |
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" > ~/.npmrc
VERSION=$(cat lerna.json | jq .version --raw-output)
./node_modules/.bin/lerna publish --skip-git --repo-version $VERSION --yes
./node_modules/.bin/lerna publish --skip-git --repo-version $VERSION --yes --force-publish=*
workflows:
version: 2
Expand Down

0 comments on commit d9215da

Please sign in to comment.