Skip to content

Commit

Permalink
Fix CircleCI build
Browse files Browse the repository at this point in the history
  • Loading branch information
xcv58 committed Jul 23, 2018
1 parent 2ba1b44 commit 19d5320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
- restore_cache:
keys:
- v1-dependencies-{{ checksum "package.json" }}
- run: yarn install
- run: yarn --ignore-engines
- save_cache:
paths:
- node_modules
Expand Down

0 comments on commit 19d5320

Please sign in to comment.