Skip to content

Commit

Permalink
Merge pull request #233 from cumulus-nasa/fix_npm_publishing
Browse files Browse the repository at this point in the history
add force-publish flag
  • Loading branch information
Alireza committed Mar 5, 2018
2 parents 708501b + d9215da commit 78a2146
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 78a2146

Please sign in to comment.