Skip to content

Commit

Permalink
fix(ci): add yarn install step to publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartol Karuza committed May 7, 2019
1 parent e49880f commit ed86e6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
steps:
- attach_workspace:
at: .
- rn/yarn_install
- run:
name: Publish to NPM
command: yarn ci:publish
Expand Down

0 comments on commit ed86e6f

Please sign in to comment.