Skip to content

Commit

Permalink
fix(v2): fix CI path error
Browse files Browse the repository at this point in the history
  • Loading branch information
yangshun committed Feb 24, 2019
1 parent f559b1d commit d5722f0
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 @@ -33,7 +33,7 @@ aliases:
- &v2-yarn |
cd v2
yarn install --non-interactive --cache-folder ~/.cache/yarn
cd website
cd ../v2-website
yarn install --non-interactive --cache-folder ~/.cache/yarn

- &v2-restore-yarn-cache
Expand Down

0 comments on commit d5722f0

Please sign in to comment.