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

Commit

Permalink
fix: lerna publish
Browse files Browse the repository at this point in the history
  • Loading branch information
birkir committed Mar 19, 2019
1 parent 2a1a256 commit 7fec548
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,13 @@ jobs:
steps:
- attach_workspace:
at: ~/repo
- run: npm install -g lerna
- run: rm -rf examples
- run:
name: Authenticate with registry
command: echo "//registry.npmjs.org/:_authToken=$NPM_TOKEN" > ~/repo/.npmrc
- run:
name: Publish package
command: lerna publish --canary
command: yarn run lerna publish --canary

workflows:
version: 2
Expand Down

0 comments on commit 7fec548

Please sign in to comment.