Skip to content

Commit

Permalink
Make sure yarn.lock is in sync (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmdartus authored and diervo committed Feb 9, 2018
1 parent 6373de4 commit ccd44ae
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 @@ -13,7 +13,7 @@ jobs:
keys:
- yarn-v3-{{ checksum "yarn.lock" }}

- run: yarn install
- run: yarn install --frozen-lockfile
- run: yarn lint
- run: yarn test

Expand Down

0 comments on commit ccd44ae

Please sign in to comment.