Skip to content

Commit

Permalink
ci: fix yarn path
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz committed Jan 15, 2020
1 parent 8c8aa71 commit ce0b3a4
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 @@ -11,7 +11,7 @@ jobs:
- yarn-packages-2-{{ checksum "yarn.lock" }}
- run:
name: Set yarn config
command: echo "yarn-path \".yarn/releases/yarn-berry.js\"" > .yarnrc
command: echo "yarn-path \".yarn/releases/yarn-sources.js\"" > .yarnrc
- run:
name: Install dependencies
command: yarn
Expand Down

0 comments on commit ce0b3a4

Please sign in to comment.