Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
feat: master should publish canary only
Browse files Browse the repository at this point in the history
  • Loading branch information
birkir authored Mar 5, 2020
1 parent 08609fc commit 6dde227
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 --force-publish --yes
command: yarn run lerna publish --canary --force-publish --yes

workflows:
version: 2
Expand Down

0 comments on commit 6dde227

Please sign in to comment.