Skip to content

Commit

Permalink
Make CircleCI to use Yarn for /example.
Browse files Browse the repository at this point in the history
  • Loading branch information
ferrannp committed Apr 24, 2017
1 parent ca99dcc commit b93b5b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ dependencies:
- echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
- sudo apt-get update && sudo apt-get install yarn
override:
- yarn install
- cd example && npm install && cd ..
- yarn
- cd example && yarn && cd ..
test:
override:
- npm run lint
Expand Down

0 comments on commit b93b5b2

Please sign in to comment.