Skip to content

Commit

Permalink
fix: change travis build to deploy stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
arnaudlewis committed Feb 6, 2020
1 parent 46f0e6a commit 46854b8
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 @@ -38,7 +38,7 @@ jobs:
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/.npmrc
- run:
name: Publish package
command: yarn run lerna publish --canary --force-publish --yes
command: yarn run lerna publish --force-publish --yes

workflows:
version: 2
Expand Down

0 comments on commit 46854b8

Please sign in to comment.